10 lines
170 B
Go
10 lines
170 B
Go
package example
|
|
|
|
import "github.com/eolinker/eosc"
|
|
|
|
type Config struct {
|
|
Name string `json:"name"`
|
|
Label string `json:"label"`
|
|
Target eosc.RequireId `json:"target"`
|
|
}
|