Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuiltinPresetNames ¶ added in v0.3.0
func BuiltinPresetNames() []string
Types ¶
type DrmConfig ¶
type DrmConfig struct {
KeySalt []byte `json:"key_salt"`
PathSalt []byte `json:"path_salt"`
Magic *big.Int `json:"magic"`
DisableCRC bool `json:"disable_crc"`
SaltGenerator SaltGenerator `json:"salt_generator"`
}
func LookupBuiltinPreset ¶ added in v0.3.0
type Metadata ¶
type Metadata struct {
Files []MetadataEntry `json:"files"`
}
type MetadataEntry ¶
func (*MetadataEntry) UnmarshalJSON ¶
func (entry *MetadataEntry) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.