Documentation ¶
Overview ¶
Code generated from Pkl module `flyinprogrammer.pkl_go_bananas.Earth`. DO NOT EDIT.
Code generated from Pkl module `flyinprogrammer.pkl_go_bananas.Earth`. DO NOT EDIT.
Code generated from Pkl module `flyinprogrammer.pkl_go_bananas.Earth`. DO NOT EDIT.
Code generated from Pkl module `flyinprogrammer.pkl_go_bananas.Earth`. DO NOT EDIT.
Code generated from Pkl module `flyinprogrammer.pkl_go_bananas.Earth`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Earth ¶
type Earth struct { }
type PersonImpl ¶
type PersonImpl struct { IsAlive bool `pkl:"isAlive"` // The person's first name FirstName string `pkl:"firstName"` // The person's last name LastName string `pkl:"lastName"` }
A Person!
func (*PersonImpl) GetFirstName ¶
func (rcv *PersonImpl) GetFirstName() string
The person's first name
func (*PersonImpl) GetIsAlive ¶
func (rcv *PersonImpl) GetIsAlive() bool
Click to show internal directories.
Click to hide internal directories.