Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketEntry ¶
type BucketEntry struct { Id string `json:"id"` BucketId string `json:"bucket_id"` Method string `json:"method"` Path string `json:"path"` IP string `json:"ip"` Time string `json:"time"` Headers map[string]string `json:"headers"` Body string `json:"data"` }
Represent a request entry.
type DatabaseProvider ¶
type DatabaseProvider uint16
const (
REDIS DatabaseProvider = 0
)
Represent different database providers.
Click to show internal directories.
Click to hide internal directories.