options.go 90 B

1234567
  1. package transcoder
  2. // Options ...
  3. type Options interface {
  4. GetStrArguments() []string
  5. }