Documentation ¶ Index ¶ type Service func NewService(endpoint string, httpClient *http.Client) *Service func (svc *Service) Endpoint() string func (svc *Service) GTG() error func (svc *Service) HTTPClient() *http.Client Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService(endpoint string, httpClient *http.Client) *Service func (*Service) Endpoint ¶ func (svc *Service) Endpoint() string func (*Service) GTG ¶ func (svc *Service) GTG() error func (*Service) HTTPClient ¶ func (svc *Service) HTTPClient() *http.Client Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.