8 lines
89 B
Go
8 lines
89 B
Go
package http
|
|
|
|
type Modifyer interface {
|
|
image.Image
|
|
}
|
|
|
|
type Actions map[string]Modifyer
|