wasi-module-sdk-go/help.go

13 lines
182 B
Go

package sdk
type Example struct {
Spec Module
Name string
Description string
}
type Help struct {
Name string
Description string
Examples []Example
}