Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteClientAPI ¶
type ByteClientAPI interface {
GetEmpty(ctx context.Context) (result bytegroup.ByteArray, err error)
GetInvalid(ctx context.Context) (result bytegroup.ByteArray, err error)
GetNonASCII(ctx context.Context) (result bytegroup.ByteArray, err error)
GetNull(ctx context.Context) (result bytegroup.ByteArray, err error)
PutNonASCII(ctx context.Context, byteBody []byte) (result autorest.Response, err error)
}
ByteClientAPI contains the set of methods on the ByteClient type.
Click to show internal directories.
Click to hide internal directories.