Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct { Method string `json:"method"` Headers map[string]string `json:"headers"` Path string `json:"path"` Query map[string]string `json:"query"` Body string `json:"body"` RequestedAt time.Time `json:"requestedAt"` }
Log represents the request log
type Logs ¶
type Logs struct {
Histories []Log `json:"histories"`
}
Logs represents request logs of the session
type Serverify ¶
type Serverify struct {
// contains filtered or unexported fields
}
Serverify is top level struct to interact with Serverify API
Click to show internal directories.
Click to hide internal directories.