Skip to content

Commit

Permalink
Small comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arykalin committed Nov 14, 2018
1 parent 55e70ee commit f8f5361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/pki/path_import_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
"time"
)

//Jobs tructure for import queue worker
type Job struct {
id int
entry string
Expand All @@ -24,6 +25,7 @@ type Job struct {
req *logical.Request
}

//Result tructure for import queue worker
type Result struct {
job Job
result string
Expand Down

0 comments on commit f8f5361

Please sign in to comment.