ucid

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2025 License: Apache-2.0 Imports: 11 Imported by: 5

Documentation

Index

Constants

View Source
const (
	DevtronUniqueClientIdConfigMap    = "devtron-ucid"
	DevtronUniqueClientIdConfigMapKey = "UCID"
	UIEventKey                        = "uiEventKey"
	InstallEventKey                   = "installEvent"
)

Variables

Functions

This section is empty.

Types

type Service

type Service interface {
	GetUCIDWithCache(cache *goCache.Cache) (string, bool, error)
	GetUCIDWithOutCache() (string, bool, error)
}

type ServiceImpl

type ServiceImpl struct {
	K8sUtil *k8s.K8sServiceImpl
	// contains filtered or unexported fields
}

func NewServiceImpl

func NewServiceImpl(
	logger *zap.SugaredLogger,
	K8sUtil *k8s.K8sServiceImpl,
	aCDAuthConfig *util.ACDAuthConfig,
) *ServiceImpl

func (*ServiceImpl) GetUCIDWithCache

func (impl *ServiceImpl) GetUCIDWithCache(cache *goCache.Cache) (string, bool, error)

func (*ServiceImpl) GetUCIDWithOutCache

func (impl *ServiceImpl) GetUCIDWithOutCache() (string, bool, error)

Jump to

Keyboard shortcuts

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