Documentation ¶
Index ¶
- type ServerAPI
- func (s *ServerAPI) Auth(ctx context.Context, auth *apiclient.AuthRequestV1) error
- func (s *ServerAPI) GetServices(ctx context.Context, limit int) ([]*apiclient.ServicePollingResponseV1_Data, error)
- func (s *ServerAPI) GetToken() string
- func (s *ServerAPI) UpdateServices(ctx context.Context, data *service.UpdateService) error
- type ServerAPIInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerAPI ¶
type ServerAPI struct {
// contains filtered or unexported fields
}
func NewServerAPI ¶
func NewServerAPI(clientService apiclient.ClientServiceClient) *ServerAPI
func (*ServerAPI) GetServices ¶
func (*ServerAPI) UpdateServices ¶
type ServerAPIInterface ¶
Click to show internal directories.
Click to hide internal directories.