Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalid = errors.New("invalid")
)
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct { ProxyID string `db:"proxy_id" json:"-"` Endpoint string `db:"endpoint" json:"endpoint"` Activate bool `db:"activate" json:"-"` }
func (Proxy) MarshalZerologObject ¶
Click to show internal directories.
Click to hide internal directories.