Versions in this module Expand all Collapse all v0 v0.1.1 May 26, 2019 Changes in this version + const AddMetaCountList + const AllowClientID + const AllowForeignKeyFilter + const AllowStringSearch + const ReturnPatchContent + const UseFilterValueLimit + const UseLinks + func GetFirst(flag uint, containers ...*Container) (value, ok bool) + type Container uint64 + func New() *Container + func (f *Container) Copy() *Container + func (f *Container) Set(flag uint, value bool) + func (f *Container) SetFirst(flag uint, containers ...*Container) (found bool) + func (f *Container) SetFrom(flag uint, root *Container) (found bool) + func (f Container) Get(flag uint) (value, ok bool) + func (f Container) IsSet(flag uint) (ok bool) + func (f Container) Value(flag uint) (value bool)