Files

6 lines
85 B
Go

package command
type TagAdder interface {
AddTag(tag string, value string) error
}