Documentation ¶
Index ¶
Constants ¶
View Source
const ScaffoldRepo = "https://github.com/onflow/flow-app-scaffold/"
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "app", Short: "Utilities to create Flow app", TraverseChildren: true, }
Functions ¶
This section is empty.
Types ¶
type CreateResult ¶
type CreateResult struct {
// contains filtered or unexported fields
}
func (*CreateResult) JSON ¶
func (r *CreateResult) JSON() interface{}
func (*CreateResult) Oneliner ¶
func (r *CreateResult) Oneliner() string
func (*CreateResult) String ¶
func (r *CreateResult) String() string
type ExampleConfig ¶
type Examples ¶
type Examples map[string]json.RawMessage
type FlagsCreate ¶
type FlagsCreate struct{}
Click to show internal directories.
Click to hide internal directories.