Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DateClientAPI ¶
type DateClientAPI interface { GetInvalidDate(ctx context.Context) (result dategroup.DateModel, err error) GetMaxDate(ctx context.Context) (result dategroup.DateModel, err error) GetMinDate(ctx context.Context) (result dategroup.DateModel, err error) GetNull(ctx context.Context) (result dategroup.DateModel, err error) GetOverflowDate(ctx context.Context) (result dategroup.DateModel, err error) GetUnderflowDate(ctx context.Context) (result dategroup.DateModel, err error) PutMaxDate(ctx context.Context, dateBody date.Date) (result autorest.Response, err error) PutMinDate(ctx context.Context, dateBody date.Date) (result autorest.Response, err error) }
DateClientAPI contains the set of methods on the DateClient type.
Click to show internal directories.
Click to hide internal directories.