Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeFull = Type(iota) TypeFile TypeDir )
Variables ¶
View Source
var ErrorUnknownType = errors.New("unknown marker type")
Functions ¶
Types ¶
type Type ¶
type Type int
func (Type) MarshalText ¶
MarshalText implements the encoding.TextMarshaler interface.
func (*Type) UnmarshalText ¶
UnmarshalText implements the encoding.TextUnmarshaler interface.
Click to show internal directories.
Click to hide internal directories.