Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Creds string Provider SourceOCIProvider URL string Timeout time.Duration }
func DefaultOptions ¶ added in v0.0.3
func DefaultOptions() *Options
type SourceOCIProvider ¶ added in v0.0.3
type SourceOCIProvider string
func (*SourceOCIProvider) Description ¶ added in v0.0.3
func (p *SourceOCIProvider) Description() string
func (*SourceOCIProvider) Set ¶ added in v0.0.3
func (p *SourceOCIProvider) Set(str string) error
func (*SourceOCIProvider) String ¶ added in v0.0.3
func (p *SourceOCIProvider) String() string
func (*SourceOCIProvider) ToOCIProvider ¶ added in v0.0.3
func (p *SourceOCIProvider) ToOCIProvider() (oci.Provider, error)
func (*SourceOCIProvider) Type ¶ added in v0.0.3
func (p *SourceOCIProvider) Type() string
Click to show internal directories.
Click to hide internal directories.