types.go 64 B

12345
  1. package outputter
  2. type Outputter struct {
  3. OutputType string
  4. }