Documentation
¶
Index ¶
Constants ¶
View Source
const ( TicketsJSONPath = apiPrefix + "/tickets.json" SearchJSONPath = apiPrefix + "/search.json" TicketsPath = apiPrefix + "/tickets/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
NewServer creates a new Server with the specified user and token. If no store is provided, it creates a new Store with the default capacity.
Click to show internal directories.
Click to hide internal directories.