type Condition struct { // contains filtered or unexported fields }
func New(accept bool) *Condition
func (filter *Condition) Accept(file *goldsmith.File) bool
func (*Condition) Name() string