package
Version:
v0.3.7
Opens a new window with list of versions in this module.
Published: Feb 14, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Ammo struct {
Tag string `json:"tag"`
Call string `json:"call"`
Metadata map[string]string `json:"metadata"`
Payload map[string]interface{} `json:"payload"`
}
func (g *Gun) AcceptWarmUpResult(i interface{}) error
type GunConfig struct {
Target string `validate:"required"`
Timeout time.Duration `config:"timeout"`
TLS bool `config:"tls"`
DialOptions grpcDialOptions `config:"dial_options"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.