Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Docker ¶
type Docker interface {
ContainerInspect(ctx context.Context, containerID string) (types.ContainerJSON, error)
}
Docker is a subset of the docker client functionality, useful for mocking.
type OSConfig ¶
type OSConfig struct { // DockerHost is the location of the Docker Engine API endpoint on Windows (default: "npipe:////./pipe/docker_engine"). DockerHost string `hcl:"docker_host" json:"docker_host"` }
type Plugin ¶
type Plugin struct { workloadattestorv1.UnsafeWorkloadAttestorServer configv1.UnsafeConfigServer // contains filtered or unexported fields }
func (*Plugin) Attest ¶
func (p *Plugin) Attest(ctx context.Context, req *workloadattestorv1.AttestRequest) (*workloadattestorv1.AttestResponse, error)
func (*Plugin) Configure ¶
func (p *Plugin) Configure(ctx context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
Click to show internal directories.
Click to hide internal directories.