Documentation ¶
Overview ¶
Package api Directory API. Version: 0.0.1
swagger:meta
Index ¶
Constants ¶
View Source
const DefaultListenAddress = "localhost:7777"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiService ¶
type ApiService struct {
// contains filtered or unexported fields
}
func NewApiService ¶
func NewApiService(params ServiceParams) *ApiService
func (*ApiService) Start ¶
func (a *ApiService) Start() (chan struct{}, error)
type InternalServerError ¶
type InternalServerError struct {
Message string `json:"message"`
}
Contains info about a 500 Internal Server Error response swagger:model InternalServerError
Click to show internal directories.
Click to hide internal directories.