Documentation ¶
Overview ¶
Code generated from Pkl module `MyModule`. DO NOT EDIT.
Code generated from Pkl module `MyModule`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyModule ¶
type MyModule interface {
GetFoo() string
}
type MyModuleImpl ¶
type MyModuleImpl struct {
Foo string `pkl:"foo"`
}
func (*MyModuleImpl) GetFoo ¶
func (rcv *MyModuleImpl) GetFoo() string
Click to show internal directories.
Click to hide internal directories.