Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MavenSearch ¶
type MavenSearch struct {
Response struct {
NumFound int `json:"numFound"`
Start int `json:"start"`
Docs []struct {
ID string `json:"id"`
Group string `json:"g"`
Artifact string `json:"a"`
Version string `json:"v"`
P string `json:"p"`
Timestamp int64 `json:"timestamp"`
Ec []string `json:"ec"`
Tags []string `json:"tags"`
} `json:"docs"`
} `json:"response"`
}
Click to show internal directories.
Click to hide internal directories.