Documentation ¶
Index ¶
Constants ¶
View Source
const ( LEVEL_ERROR = "error" LEVEL_WARN = "warn" LEVEL_INFO = "info" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ViolationStack ¶
type ViolationStack struct {
// contains filtered or unexported fields
}
func (*ViolationStack) Add ¶
func (s *ViolationStack) Add(violation Violation)
func (*ViolationStack) All ¶
func (s *ViolationStack) All() []Violation
func (*ViolationStack) Count ¶
func (s *ViolationStack) Count() int
Click to show internal directories.
Click to hide internal directories.