Documentation ¶
Overview ¶
Package values contains simple wrapper classes for value types, such as MD5 strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileFormat ¶
type FileFormat struct {
// contains filtered or unexported fields
}
FileFormat is the format of a file, limited to 100 bytes.
func NewFileFormat ¶
func NewFileFormat(name string) (*FileFormat, error)
NewFileFormat creates a new filename.
func (*FileFormat) GetFileFormat ¶
func (fn *FileFormat) GetFileFormat() string
GetFileFormat returns the file name.
type FileName ¶
type FileName struct {
// contains filtered or unexported fields
}
FileName is the name of a file, limited to 256 bytes.
func NewFileName ¶
NewFileName creates a new filename.
func (*FileName) GetFileName ¶
GetFileName returns the file name.
type IllegalInputError ¶
type IllegalInputError string
IllegalInputError denotes that some input was illegal
func NewIllegalInputError ¶
func NewIllegalInputError(err string) *IllegalInputError
NewIllegalInputError creates a new IllegalInputError.
func (*IllegalInputError) Error ¶
func (e *IllegalInputError) Error() string
Click to show internal directories.
Click to hide internal directories.