Documentation ¶
Index ¶
- type Rule
- type Rules
- func (s *Rules) Add(r *Rule) (err error)
- func (s *Rules) Init() (err error)
- func (s Rules) IsEmpty() bool
- func (s Rules) JSONBytes() ([]byte, error)
- func (s Rules) JSONString() (string, error)
- func (s Rules) Len() int
- func (s Rules) Less(i, j int) bool
- func (s Rules) SetForm(ctx echo.Context)
- func (s Rules) Swap(i, j int)
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rule ¶
type Rule struct { Regexpress bool Writeable *bool Readable bool Path string // contains filtered or unexported fields }
func NewRuleAndInit ¶
func (*Rule) FixedPathPrefixAndSuffix ¶
func (*Rule) SetWriteable ¶
Click to show internal directories.
Click to hide internal directories.