featureflag

package
v0.9.48 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceFeatureFlagInterface

type ServiceFeatureFlagInterface interface {
	IsActive(ormService *beeorm.Engine, name string) bool
	FailIfIsNotActive(ormService *beeorm.Engine, name string) error
	Activate(ormService *beeorm.Engine, name string) error
	DeActivate(ormService *beeorm.Engine, name string) error
	Create(ormService *beeorm.Engine, clockService clock.IClock, name string, isActive bool) error
	Delete(ormService *beeorm.Engine, name string) error
	GetAll(ormService *beeorm.Engine, pager *beeorm.Pager) []*entity.FeatureFlagEntity
}

func NewFeatureFlagService

func NewFeatureFlagService() ServiceFeatureFlagInterface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL