Documentation ¶ Index ¶ type Snapshot func MustNewSnapshot(img image.Image, takenAt time.Time) Snapshot func NewSnapshot(img image.Image, takenAt time.Time) (Snapshot, error) func (s Snapshot) Image() image.Image func (s Snapshot) TakenAt() time.Time Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Snapshot ¶ type Snapshot struct { // contains filtered or unexported fields } func MustNewSnapshot ¶ func MustNewSnapshot(img image.Image, takenAt time.Time) Snapshot func NewSnapshot ¶ func NewSnapshot(img image.Image, takenAt time.Time) (Snapshot, error) func (Snapshot) Image ¶ func (s Snapshot) Image() image.Image func (Snapshot) TakenAt ¶ func (s Snapshot) TakenAt() time.Time Source Files ¶ View all Source files snapshot.go Click to show internal directories. Click to hide internal directories.