Documentation ¶ Index ¶ type Client func New(logger zerolog.Logger, spec Spec, services *client.CrowdStrikeAPISpecification, ...) *Client func (c *Client) ID() string type Spec func (s *Spec) SetDefaults() func (Spec) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { Logger zerolog.Logger Spec Spec Backend state.Client CrowdStrike *client.CrowdStrikeAPISpecification } func New ¶ func New(logger zerolog.Logger, spec Spec, services *client.CrowdStrikeAPISpecification, bk state.Client) *Client func (*Client) ID ¶ func (c *Client) ID() string type Spec ¶ type Spec struct { Concurrency int `json:"concurrency,omitempty"` } func (*Spec) SetDefaults ¶ added in v0.0.5 func (s *Spec) SetDefaults() func (Spec) Validate ¶ added in v0.0.5 func (Spec) Validate() error Source Files ¶ View all Source files client.gospec.go Click to show internal directories. Click to hide internal directories.