wasi-module-sdk-go/help.go

14 lines
192 B
Go
Raw Normal View History

package sdk
type Example struct {
2023-08-15 19:46:02 +00:00
Spec TaskSpec[Module]
Name string
Description string
}
type Help struct {
Name string
Description string
Examples []Example
}