Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactEmbedded ¶
type ArtifactEmbedded struct {
Artifacts []Artifact `json:"larch:artifact"`
}
type ArtifactLinks ¶
type ArtifactPageEmbedded ¶
type ArtifactPageEmbedded struct {
Artifacts []Artifact `json:"larch:artifact"`
}
type Client ¶
type Client struct {
Endpoint string
}
func (*Client) GetSnapshot ¶
func (*Client) GetSnapshots ¶
type Snapshot ¶
type Snapshot struct {
ID string `json:"id"`
URL string `json:"url"`
Title string `json:"title"`
Origin string `json:"origin"`
Date time.Time `json:"date"`
Embedded SnapshotEmbedded `json:"_embedded"`
Links SnapshotLinks `json:"_links"`
}
type SnapshotEmbedded ¶
type SnapshotEmbedded struct {
Artifacts []Artifact `json:"larch:artifact"`
}
type SnapshotLinks ¶
type SnapshotPageEmbedded ¶
type SnapshotPageEmbedded struct {
Snapshots []Snapshot `json:"larch:snapshot"`
}
Click to show internal directories.
Click to hide internal directories.