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