Documentation ¶
Index ¶
- func Aggregate(options *AggregateOptions) ([]sdk.ComponentGitCollection, error)
- func Get(options *common.ItemOptions) (*sdk.ComponentGitItem, error)
- func GetRaw(options *common.ItemOptions) (*sdk.ComponentGitItem, *http.Response, error)
- func List(options *ListOptions) (*sdk.PaginatedComponentGitCollection, error)
- func ListRaw(options *ListOptions) (*sdk.PaginatedComponentGitCollection, *http.Response, error)
- func NewItemOptions(id string) *common.ItemOptions
- type AggregateOptions
- type ListOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Aggregate ¶
func Aggregate(options *AggregateOptions) ([]sdk.ComponentGitCollection, error)
func Get ¶
func Get(options *common.ItemOptions) (*sdk.ComponentGitItem, error)
func GetRaw ¶
func GetRaw(options *common.ItemOptions) (*sdk.ComponentGitItem, *http.Response, error)
func List ¶
func List(options *ListOptions) (*sdk.PaginatedComponentGitCollection, error)
func ListRaw ¶
func ListRaw(options *ListOptions) (*sdk.PaginatedComponentGitCollection, *http.Response, error)
func NewItemOptions ¶
func NewItemOptions(id string) *common.ItemOptions
Types ¶
type AggregateOptions ¶
type AggregateOptions struct { ListOptions Limit int }
func NewAggregateOptions ¶
func NewAggregateOptions() *AggregateOptions
func (*AggregateOptions) UpdateFlagSet ¶
func (ao *AggregateOptions) UpdateFlagSet(flags *pflag.FlagSet)
type ListOptions ¶
type ListOptions struct { common.ListOptions Organization string Project string Environment string Name string }
func NewListOptions ¶
func NewListOptions() *ListOptions
func (*ListOptions) UpdateFlagSet ¶
func (lo *ListOptions) UpdateFlagSet(flags *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.