Documentation ¶
Index ¶
- type ClientV7
- func GetAwsClient(logger Logger, url string) (*ClientV7, error)
- func NewClient(config cfg.Config, logger Logger, name string) (*ClientV7, error)
- func NewSimpleClient(logger Logger, url string, clientType string) (*ClientV7, error)
- func ProvideClient(config cfg.Config, logger Logger, name string) (*ClientV7, error)
- type DetailFields
- type Error
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetailFields ¶
type DetailFields map[string]interface{}
type Error ¶
type Error struct { Message string Status int Fields DetailFields }
func (*Error) WithFields ¶
func (e *Error) WithFields(fields DetailFields)
Click to show internal directories.
Click to hide internal directories.