Documentation ¶ Index ¶ type Checker type Readiness type Status Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Checker ¶ type Checker interface { Status() (*Status, error) } Checker interface used to get latest status from plugin type Readiness ¶ type Readiness interface { Ready() (*Status, error) } Readiness interface used to get readiness status from the plugin that means, that worker poll inside the plugin has 1+ plugins which are ready to work at the particular moment type Status ¶ type Status struct { Code int } Status consists of status code from the service Source Files ¶ View all Source files interface.go Click to show internal directories. Click to hide internal directories.