Documentation ¶
Index ¶
Constants ¶
View Source
const ( PublicStr = "public" InternalStr = "internal" PrivateStr = "private" )
The visibilities as strings
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Visibility ¶
type Visibility int
Visibility is the visibility of a group or a project
const ( Public Visibility = iota + 1 Internal Private )
The visibility can be public, internal or private
func StringToVis ¶
func StringToVis(vis string) (Visibility, error)
StringToVis converts a string to a visibility
Click to show internal directories.
Click to hide internal directories.