Documentation
¶
Index ¶
Constants ¶
View Source
const JournalHeader = "Journal-Id"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Journal ¶
type Journal struct {
ID string `json:"id"`
Request *Request `json:"request"`
Responses []*Response `json:"responses"`
Success bool `json:"success"`
CostSeconds float64 `json:"cost_seconds"`
}
func NewJournal ¶
func (*Journal) AppendResponse ¶
Click to show internal directories.
Click to hide internal directories.