mirror of
https://github.com/versity/versitygw.git
synced 2026-01-03 10:35:15 +00:00
6 lines
85 B
Go
6 lines
85 B
Go
package command
|
|
|
|
type TagAdder interface {
|
|
AddTag(tag string, value string) error
|
|
}
|