Documentation ¶
Index ¶
- func CreateInternal(ctx context.Context, overrides *httpclient.HttpParameterOverrides, ...) (string, error)
- func DeleteInternal(ctx context.Context, overrides *httpclient.HttpParameterOverrides, ...) (string, error)
- func DeleteResource(ctx context.Context, overrides *httpclient.HttpParameterOverrides, ...) (*http.Response, error)
- func GetInternal(ctx context.Context, overrides *httpclient.HttpParameterOverrides, ...) (string, error)
- func GetResource(ctx context.Context, overrides *httpclient.HttpParameterOverrides, ...) (*http.Response, error)
- func GetUrl(resource resources.Resource, args []string) (*resources.CrudEntityInfo, error)
- func UpdateInternal(ctx context.Context, overrides *httpclient.HttpParameterOverrides, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateInternal ¶
func CreateInternal(ctx context.Context, overrides *httpclient.HttpParameterOverrides, args []string, autoFillOnCreate bool, aliasName string, skipAliases bool) (string, error)
func DeleteInternal ¶
func DeleteInternal(ctx context.Context, overrides *httpclient.HttpParameterOverrides, allow404 bool, args []string) (string, error)
func DeleteResource ¶
func DeleteResource(ctx context.Context, overrides *httpclient.HttpParameterOverrides, args []string) (*http.Response, error)
func GetInternal ¶
func GetInternal(ctx context.Context, overrides *httpclient.HttpParameterOverrides, args []string, skipAliases bool) (string, error)
func GetResource ¶
func GetResource(ctx context.Context, overrides *httpclient.HttpParameterOverrides, args []string) (*http.Response, error)
func UpdateInternal ¶
func UpdateInternal(ctx context.Context, overrides *httpclient.HttpParameterOverrides, skipAliases bool, args []string) (string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.