stringgroupapi

package
v0.0.0-...-4a6d4ce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnumClientAPI

type EnumClientAPI interface {
	GetNotExpandable(ctx context.Context) (result stringgroup.StringModel, err error)
	GetReferenced(ctx context.Context) (result stringgroup.StringModel, err error)
	GetReferencedConstant(ctx context.Context) (result stringgroup.RefColorConstant, err error)
	PutNotExpandable(ctx context.Context, stringBody stringgroup.Colors) (result autorest.Response, err error)
	PutReferenced(ctx context.Context, enumStringBody stringgroup.Colors) (result autorest.Response, err error)
	PutReferencedConstant(ctx context.Context, enumStringBody stringgroup.RefColorConstant) (result autorest.Response, err error)
}

EnumClientAPI contains the set of methods on the EnumClient type.

type StringClientAPI

type StringClientAPI interface {
	GetBase64Encoded(ctx context.Context) (result stringgroup.Base64URL, err error)
	GetBase64URLEncoded(ctx context.Context) (result stringgroup.Base64URL, err error)
	GetEmpty(ctx context.Context) (result stringgroup.StringModel, err error)
	GetMbcs(ctx context.Context) (result stringgroup.StringModel, err error)
	GetNotProvided(ctx context.Context) (result stringgroup.StringModel, err error)
	GetNull(ctx context.Context) (result stringgroup.StringModel, err error)
	GetNullBase64URLEncoded(ctx context.Context) (result stringgroup.Base64URL, err error)
	GetWhitespace(ctx context.Context) (result stringgroup.StringModel, err error)
	PutBase64URLEncoded(ctx context.Context, stringBody string) (result autorest.Response, err error)
	PutEmpty(ctx context.Context) (result autorest.Response, err error)
	PutMbcs(ctx context.Context) (result autorest.Response, err error)
	PutNull(ctx context.Context, stringBody string) (result autorest.Response, err error)
	PutWhitespace(ctx context.Context) (result autorest.Response, err error)
}

StringClientAPI contains the set of methods on the StringClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL