Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // > @3@4@5@6 Interval cfg.Duration `json:"interval" parse:"duration"` // * Interval_ time.Duration // > @3@4@5@6 First int `json:"first"` // * // > @3@4@5@6 // > // > Check the example above for more information. Thereafter int `json:"thereafter"` // * // > @3@4@5@6 // > // > 'message' field content. // > Use it to determine which 'debug' action has written the log. Message string `json:"message" default:"event sample"` // * }
! config-params ^ config-params
Click to show internal directories.
Click to hide internal directories.