From f8f536133351be4238dd4ededa9251c3061a2d8a Mon Sep 17 00:00:00 2001 From: Aleksandr Rykalin Date: Wed, 14 Nov 2018 18:03:53 +0300 Subject: [PATCH] Small comments --- plugin/pki/path_import_queue.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/pki/path_import_queue.go b/plugin/pki/path_import_queue.go index 66a3fd0d..2b1fcebc 100644 --- a/plugin/pki/path_import_queue.go +++ b/plugin/pki/path_import_queue.go @@ -15,6 +15,7 @@ import ( "time" ) +//Jobs tructure for import queue worker type Job struct { id int entry string @@ -24,6 +25,7 @@ type Job struct { req *logical.Request } +//Result tructure for import queue worker type Result struct { job Job result string