Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseResponse ¶
type BaseResponse struct {
Message string `json:"msg"`
}
type ErrorResponse ¶
type LogsResponse ¶
type LogsResponse struct {
BaseResponse
Logs []*storage.LogEntity `json:"logs"`
}
Click to show internal directories.
Click to hide internal directories.