api

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteProgressiveRolloutOperation added in v0.4.0

func ExecuteProgressiveRolloutOperation(
	ctx context.Context,
	progressiveRollout *domain.ProgressiveRollout,
	feature *ftdomain.Feature,
	scheduleID, environmentNamespace string,
) error

Types

type AutoOpsService

type AutoOpsService struct {
	// contains filtered or unexported fields
}

func NewAutoOpsService

func NewAutoOpsService(
	mysqlClient mysql.Client,
	featureClient featureclient.Client,
	experimentClient experimentclient.Client,
	accountClient accountclient.Client,
	authClient authclient.Client,
	publisher publisher.Publisher,
	opts ...Option,
) *AutoOpsService

func (*AutoOpsService) CreateProgressiveRollout added in v0.4.0

func (*AutoOpsService) DeleteProgressiveRollout added in v0.4.0

func (*AutoOpsService) ExecuteProgressiveRollout added in v0.4.0

func (*AutoOpsService) GetProgressiveRollout added in v0.4.0

func (*AutoOpsService) ListOpsCounts

func (*AutoOpsService) ListProgressiveRollouts added in v0.4.0

func (*AutoOpsService) Register

func (s *AutoOpsService) Register(server *grpc.Server)

func (*AutoOpsService) StopProgressiveRollout added in v0.4.0

type Command

type Command interface{}

type Option

type Option func(*options)

func WithLogger

func WithLogger(l *zap.Logger) Option

Jump to

Keyboard shortcuts

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