Files
imageutils/http/actions_collection.go

8 lines
89 B
Go

package http
type Modifyer interface {
image.Image
}
type Actions map[string]Modifyer