vRp.CD2g_test/modular/example/internal/service/expose/attack.go

6 lines
57 B
Go

package expose
type Attack interface {
Name() string
}