Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IStore ¶
type IStore interface { Policies() PolicyStore Secrets() SecretStore }
IStore 定义了 Store 层接口.
type PolicyStore ¶
type PolicyStore interface {
List() (map[string][]*ladon.DefaultPolicy, error)
}
PolicyStore defines the policy storage interface.
type SecretStore ¶
type SecretStore interface {
List() (map[string]*pb.SecretInfo, error)
}
SecretStore defines the secret storage interface.
Click to show internal directories.
Click to hide internal directories.