Documentation
¶
Index ¶
Constants ¶
View Source
const (
MSPNormalStateHTTPStatusCode int64 = 1001
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type I ¶
type I struct {
Ctx context.Context
Config *Config
Logger *Logger
Db *gorm.DB
Elector Elector
Metrics *influxdb.Metrics
VaultClient *vaultAPI.Client
VaultSecret *vaultsecret.VaultSecret
}
I ...
var Is *I
Is ...
type MSPNormalizeList ¶
type MSPNormalizeList struct {
List interface{} `json:"list"`
Paginate MSPNormalizePaginate `json:"paginate"`
}
type MSPNormalizePaginate ¶
type WrapContext ¶
func (*WrapContext) BindG ¶
func (c *WrapContext) BindG(params interface{})
BindG bind params or exit
type WrapErrorResponse ¶
type WrapHandler ¶
type WrapHandler func(c *WrapContext) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.