Documentation
¶
Overview ¶
Copyright (c) 2020 rookie-ninja
Use of this source code is governed by an MIT-style license that can be found in the LICENSE file.
Copyright (c) 2020 rookie-ninja ¶
Use of this source code is governed by an MIT-style license that can be found in the LICENSE file.
Copyright (c) 2020 rookie-ninja ¶
Use of this source code is governed by an MIT-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GenInfo = genInfo{}
View Source
var GenPbDocInfo = genPbDocInfo{
Sources: cli.NewStringSlice(),
Imports: cli.NewStringSlice(),
Type: cli.NewStringSlice(),
Output: "",
Name: "",
}
View Source
var GenPbGoInfo = genPbGoInfo{
ConfigFilePath: "",
Sources: cli.NewStringSlice(),
Imports: cli.NewStringSlice(),
}
Functions ¶
func GenPbDocAction ¶
func GenPbDocAction(ctx *cli.Context) error
func GenPbGoAction ¶
func GenPbGoAction(ctx *cli.Context) error
Types ¶
type ProtoConfig ¶
type ProtoConfig struct {
Proto *Proto `yaml:"proto"`
}
Click to show internal directories.
Click to hide internal directories.