package models type Permission int const ( Start Permission = 1 << iota Stop Browse Create Delete RunCommand Admin )