Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReferTypeHTTP = "http" ReferTypeContainerImage = "container_image" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Refer ¶
type Refer interface { // State returns the status of the reference. State(ctx context.Context) (ReferStatus, error) }
type ReferOptionAuthn ¶
type ReferOptions ¶
type ReferOptions struct { URI string Authn ReferOptionAuthn Insecure bool }
func (ReferOptions) Type ¶
func (o ReferOptions) Type() string
Click to show internal directories.
Click to hide internal directories.