Documentation
¶
Overview ¶
Package classification Qilin CRM API
Documentation of Qilin CRM api.
Schemes: http BasePath: /api/v1 Version: 1 Host: localhost:7002 Consumes: - application/json Produces: - application/json
swagger:meta
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomValidator ¶
type CustomValidator struct {
// contains filtered or unexported fields
}
func NewValidator ¶
func NewValidator() *CustomValidator
func (*CustomValidator) Validate ¶
func (cv *CustomValidator) Validate(i interface{}) error
type Params ¶
type Params struct {
fx.In
AuthHandler *auth.Handler
GameMediaHandler game_media.Handler
GameHandler game.Handler
FeatureHandler feature.Handler
GenreHandler genre.Handler
TagHandler tag.Handler
PostHandler post.Handler
LanguageHandler language.Handler
MediaHandler media.Handler
LocalizationLanguageHandler localization_language.Handler
CurrencyHandler currency.Handler
DiscountHandler discount.Handler
GameDiscountHandler game_discount.Handler
SettingsHandler settings.Handler
PricingHandler pricing.Handler
}
Click to show internal directories.
Click to hide internal directories.