v1

package
v0.22.2 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2026 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalSettingsLogic

type GlobalSettingsLogic interface {
	SetSettings(ctx context.Context, settings map[string]*structpb.Value) error
}

type GlobalSettingsService

type GlobalSettingsService struct {
	settingsv1.UnimplementedGlobalSettingsServiceServer
	// contains filtered or unexported fields
}

func NewGlobalSettingsService

func NewGlobalSettingsService(globalSettings GlobalSettingsLogic) *GlobalSettingsService

type ServiceSettingsLogic

type ServiceSettingsLogic interface {
	GetForService(ctx context.Context, service string) (map[string]*structpb.Value, error)
	SetForService(ctx context.Context, service string, settings map[string]*structpb.Value) error
}

type ServiceSettingsService

type ServiceSettingsService struct {
	settingsv1.UnimplementedServiceSettingsServiceServer
	// contains filtered or unexported fields
}

func NewServiceSettingsService

func NewServiceSettingsService(serviceSettings ServiceSettingsLogic) *ServiceSettingsService

func (*ServiceSettingsService) SetServiceSettings

Jump to

Keyboard shortcuts

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