Versions in this module Expand all Collapse all v1 v1.8.1 May 8, 2019 v1.8.0 Apr 20, 2019 Changes in this version + var VisibilityModes = map[string]VisibleType + func ExtractKeysFromMapString(in map[string]VisibleType) (keys []string) + type VisibleType int + const VisibleTypeLimited + const VisibleTypePrivate + const VisibleTypePublic + func (vt VisibleType) IsLimited() bool + func (vt VisibleType) IsPrivate() bool + func (vt VisibleType) IsPublic() bool