Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeUrn ¶
func ComputeUrn(manifest *dsapid.ManifestResource) string
func DecodeToInt64 ¶
func DecodeToInt64(v interface{}) int64
Types ¶
type DsapiManifestEncoder ¶
type DsapiManifestEncoder interface { ManifestEncoder }
type ImgapiManifestEncoder ¶
type ImgapiManifestEncoder interface { ManifestEncoder }
type ManifestDecoder ¶
type ManifestDecoder interface {
Decode(dsapid.Table) *dsapid.ManifestResource
}
type ManifestEncoder ¶
type ManifestEncoder interface { Encode(*dsapid.ManifestResource) interface{} EncodeWithExtra(*dsapid.ManifestResource) interface{} }
Click to show internal directories.
Click to hide internal directories.