Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URI ¶
type URI struct { Scheme string // Scheme identifies a kind of artifacts Opaque string // Rest of encoded data }
URI represents the canonical identification of an artifact
func (URI) MarshalJSON ¶
MarshalJSON implements the json.Marshaller interface
func (*URI) UnmarshalJSON ¶
UnmarshalJSON parses URI
Click to show internal directories.
Click to hide internal directories.