vega/testbot/action.go

6 lines
90 B
Go

package main
type Action func(inputs ...string) string
var ActionList map[string]Action