Documentation
¶
Overview ¶
Package classification justlog API
https://github.com/gempir/justlog
Schemes: https BasePath: / Consumes: - application/json - application/xml Produces: - application/json - text/plain SecurityDefinitions: api_key: type: apiKey name: X-Api-Key in: header
swagger:meta
Index ¶
- type AddChannelsParameters
- type AllChannelsJSON
- type ChannelIdLogsParams
- type ChannelIdLogsYearMonthDayParams
- type ChannelIdUserIdLogsParams
- type ChannelIdUserIdLogsRandomParams
- type ChannelIdUserIdLogsYearMonthParams
- type ChannelIdUserLogsParams
- type ChannelIdUserLogsRandomParams
- type ChannelIdUserLogsYearMonthParams
- type ChannelLogsParams
- type ChannelLogsYearMonthDayParams
- type ChannelUserIdLogsParams
- type ChannelUserIdLogsRandomParams
- type ChannelUserIdLogsYearMonthParams
- type ChannelUserLogsParams
- type ChannelUserLogsRandomParams
- type ChannelUserLogsYearMonthParams
- type DeleteChannelsParameters
- type ErrorResponse
- type ListLogsParams
- type LogParams
- type RandomChannelQuoteJSON
- type RandomQuoteJSON
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddChannelsParameters ¶
type AddChannelsParameters struct {
// in:body
Body channelConfigsJoinRequest
}
swagger:parameters addChannels
type AllChannelsJSON ¶
type AllChannelsJSON struct {
Channels []channel `json:"channels"`
}
swagger:model
type ChannelIdLogsParams ¶
type ChannelIdUserLogsParams ¶
type ChannelLogsParams ¶
type ChannelUserIdLogsParams ¶
type ChannelUserLogsParams ¶
type DeleteChannelsParameters ¶
type DeleteChannelsParameters struct {
// in:body
Body channelsDeleteRequest
}
swagger:parameters deleteChannels
type ErrorResponse ¶
type ErrorResponse struct {
Message string `json:"message"`
}
ErrorResponse a simple error response
type ListLogsParams ¶
type RandomChannelQuoteJSON ¶
type RandomChannelQuoteJSON struct { Channel string `json:"channel"` Username string `json:"username"` DisplayName string `json:"displayName"` Message string `json:"message"` Timestamp timestamp `json:"timestamp"` }
RandomQuoteJSON response when request a random message
type RandomQuoteJSON ¶
type RandomQuoteJSON struct { Channel string `json:"channel"` Username string `json:"username"` DisplayName string `json:"displayName"` Message string `json:"message"` Timestamp timestamp `json:"timestamp"` }
RandomQuoteJSON response when request a random message
Click to show internal directories.
Click to hide internal directories.