Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureNotAttested ¶
func EnsureNotAttested(ctx context.Context, store agentstorev1.AgentStoreClient, agentID string) error
func IsAttested ¶
func IsAttested(ctx context.Context, store agentstorev1.AgentStoreClient, agentID string) (bool, error)
Types ¶
type AgentStore ¶
type AgentStore struct {
// contains filtered or unexported fields
}
func New ¶
func New() *AgentStore
func (*AgentStore) SetDeps ¶
func (s *AgentStore) SetDeps(deps Deps) error
func (*AgentStore) V1 ¶
func (s *AgentStore) V1() agentstorev1.AgentStoreServer
Click to show internal directories.
Click to hide internal directories.