Documentation ¶ Index ¶ type Provider func New(options schema.OptionBlock, cs goflags.StringSlice) (*Provider, error) func (p *Provider) ID() string func (p *Provider) Name() string func (p *Provider) Resources(ctx context.Context, cs goflags.StringSlice) (*schema.Resources, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Provider ¶ type Provider struct { // contains filtered or unexported fields } func New ¶ func New(options schema.OptionBlock, cs goflags.StringSlice) (*Provider, error) func (*Provider) ID ¶ func (p *Provider) ID() string func (*Provider) Name ¶ func (p *Provider) Name() string func (*Provider) Resources ¶ func (p *Provider) Resources(ctx context.Context, cs goflags.StringSlice) (*schema.Resources, error) Source Files ¶ View all Source files huawei.go obs.go Click to show internal directories. Click to hide internal directories.