Documentation ¶
Overview ¶
Code generated from Pkl module `org.foo.BugHolder`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BugKindTwo ¶
type BugKindTwo string
const ( Butterfly BugKindTwo = "butterfly" Beetle BugKindTwo = `beetle"` BeetleOne BugKindTwo = "beetle one" )
func (BugKindTwo) String ¶
func (rcv BugKindTwo) String() string
String returns the string representation of BugKindTwo
func (*BugKindTwo) UnmarshalBinary ¶
func (rcv *BugKindTwo) UnmarshalBinary(data []byte) error
UnmarshalBinary implements encoding.BinaryUnmarshaler for BugKindTwo.
Click to show internal directories.
Click to hide internal directories.