impl

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SecretServiceImpl

type SecretServiceImpl struct {
	ioc.ObjectImpl
	// contains filtered or unexported fields
}

func (*SecretServiceImpl) CreateSecret

CreateSecret implements secret.Service.

func (*SecretServiceImpl) DescribeSecret

DescribeSecret implements secret.Service. 缓存怎么做 1. 从缓存中去(内存, 公共的内存服务 Redis) 2. 能获取到,直接返回 3. 不能获取, 选好从本地获取,返回,再把他设置到缓存中去 4. 怎么实现: redis redis get(key)/set(key), obj -> JSON 5. https://github.com/redis/go-redis get, set CacheGetter --> go-redis --> ObjectFinder

func (*SecretServiceImpl) Init

func (s *SecretServiceImpl) Init() error

func (*SecretServiceImpl) Name

func (s *SecretServiceImpl) Name() string

func (*SecretServiceImpl) QuerySecret

QuerySecret implements secret.Service.

func (*SecretServiceImpl) SyncResource

SyncResource implements secret.Service.

Jump to

Keyboard shortcuts

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