Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Representation ¶
type Representation struct { representation.Base // contains filtered or unexported fields }
Representation is the core representation.
func (Representation) ETag ¶
func (r Representation) ETag() *string
func (Representation) LastModified ¶
func (r Representation) LastModified() *time.Time
func (*Representation) SetETag ¶
func (r *Representation) SetETag(tag string)
func (*Representation) SetLastModified ¶
func (r *Representation) SetLastModified(t time.Time)
Click to show internal directories.
Click to hide internal directories.