Files

7 lines
81 B
Go

package themer
type Adapter interface {
Name() string
Generate(theme Theme)
}