Searched defs:commonHandler (Results 1 – 3 of 3) sorted by relevance
186 type commonHandler struct { struct187 json bool // true => output JSON; false => output text188 opts HandlerOptions189 preformattedAttrs []byte194 groupPrefix string195 groups []string // all groups started from WithGroup196 nOpenGroups int // the number of groups opened in preformattedAttrs197 mu *sync.Mutex198 w io.Writer201 func (h *commonHandler) clone() *commonHandler {[all …]
22 *commonHandler anonMember
24 *commonHandler anonMember