Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomTime ¶ added in v1.10.5
CustomTime is a wrapper around time.Time that formats to ISO-8601 with milliseconds
func (CustomTime) MarshalJSON ¶ added in v1.10.5
func (ct CustomTime) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface
func (*CustomTime) UnmarshalJSON ¶ added in v1.10.5
func (ct *CustomTime) UnmarshalJSON(b []byte) error
UnmarshalJSON implements the json.Unmarshaler interface
type Filter ¶
type Filter struct {
ProjectID string `json:"projectID"`
StartTime CustomTime `json:"startTime,omitempty"`
EndTime CustomTime `json:"endTime,omitempty"`
Limit int `json:"limit,omitempty"`
}
Filter represents the filter criteria for the query
Click to show internal directories.
Click to hide internal directories.