Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AqlItem ¶
type AqlItem struct { Repo string `json:"repo"` Path string `json:"path"` Name string `json:"name"` Size int `json:"size"` Modified time.Time `json:"modified"` ModifiedBy string `json:"modified_by"` Stats []aqlItemStats `json:"stats"` }
func (*AqlItem) GetFullPath ¶
type AqlSearchCriteria ¶
type AqlSearchCriteria struct { Repos []string PropertyFilter []KeyValuePair ModifiedFrom time.Time ModifiedTo time.Time LastDownloadedFrom time.Time LastDownloadedTo time.Time }
func (*AqlSearchCriteria) GetJson ¶
func (c *AqlSearchCriteria) GetJson() ([]byte, error)
type KeyValuePair ¶
type LogIoWriter ¶
type LogIoWriter struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.