Versions in this module Expand all Collapse all v1 v1.0.1 May 18, 2017 Changes in this version + var ByValue = [...]Kind + var ReadData = List + var ReadWriteData = List + type Kind uint32 + const ALL + const CREATE + const DELETE + const DROP + const GRANT + const INSERT + const SELECT + const UPDATE + func (i Kind) String() string + func (k Kind) Mask() uint32 + type List []Kind + func ListFromBitField(m uint32) List + func (pl List) Format(buf *bytes.Buffer) + func (pl List) Len() int + func (pl List) Less(i, j int) bool + func (pl List) SortedNames() []string + func (pl List) SortedString() string + func (pl List) String() string + func (pl List) Swap(i, j int) + func (pl List) ToBitField() uint32 + type Lists []List + func (pls Lists) Contains(m uint32) bool + func (pls Lists) String() string