Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Dict = map[string]ObjectType{ "view": View, "file": File, "source": Source, }
Functions ¶
This section is empty.
Types ¶
type ObjectType ¶
type ObjectType int64
const ( View ObjectType = iota File Source )
func (ObjectType) String ¶
func (p ObjectType) String() string
Click to show internal directories.
Click to hide internal directories.