Documentation
¶
Index ¶
- type Interface
- type Repository
- func (t *Repository) Init(app interfaces.IEngine, _ map[string]interface{}) error
- func (t *Repository) IsServiceUsed(c context.Context, serviceName string) bool
- func (t *Repository) IsUsed(c context.Context, featureName string) bool
- func (t *Repository) SetStat(c context.Context, serviceName string, featureName string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
repository.Mock
// contains filtered or unexported fields
}
func New ¶
func New(name string) *Repository
func (*Repository) Init ¶
func (t *Repository) Init(app interfaces.IEngine, _ map[string]interface{}) error
func (*Repository) IsServiceUsed ¶
func (t *Repository) IsServiceUsed(c context.Context, serviceName string) bool
Click to show internal directories.
Click to hide internal directories.