Versions in this module Expand all Collapse all v0 v0.0.2 Mar 24, 2022 v0.0.1 Mar 23, 2022 Changes in this version + type Bird struct + func (the *Bird) Fly(param param.FlyParam) *view.Json + func (the *Bird) Init() + func (the *Bird) Use() + type Dog struct + func (the *Dog) Init() + func (the *Dog) Run(param param.RunParam) *view.Json + func (the *Dog) Use()