Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ammo ¶
type Ammo struct { Tag string `json:"tag"` Call string `json:"call"` Metadata map[string]string `json:"metadata"` Payload map[string]interface{} `json:"payload"` // contains filtered or unexported fields }
func (*Ammo) Invalidate ¶
func (a *Ammo) Invalidate()
type Provider ¶
type Provider struct { Sink chan *Ammo Pool sync.Pool Close func() core.ProviderDeps // contains filtered or unexported fields }
func NewProvider ¶
Click to show internal directories.
Click to hide internal directories.