Documentation ¶ Index ¶ type Photo func NewPhoto(path string) (*Photo, error) func (p *Photo) Aperture() string func (p *Photo) Camera() string func (p *Photo) FocalLength() string func (p *Photo) ISO() string func (p *Photo) Lens() string func (p *Photo) Name() string func (p *Photo) ShutterSpeed() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Photo ¶ type Photo struct { Thumbnail string Page string Original string Exif *exif.Exif Time time.Time } func NewPhoto ¶ func NewPhoto(path string) (*Photo, error) func (*Photo) Aperture ¶ func (p *Photo) Aperture() string func (*Photo) Camera ¶ func (p *Photo) Camera() string func (*Photo) FocalLength ¶ func (p *Photo) FocalLength() string func (*Photo) ISO ¶ func (p *Photo) ISO() string func (*Photo) Lens ¶ func (p *Photo) Lens() string func (*Photo) Name ¶ func (p *Photo) Name() string func (*Photo) ShutterSpeed ¶ func (p *Photo) ShutterSpeed() string Source Files ¶ View all Source files photos.go Click to show internal directories. Click to hide internal directories.