package
1.0.9
Repository: https://github.com/trpc-group/trpc-cmdline.git
Documentation: pkg.go.dev

# Functions

NewFbs creates a new Fbs struct based on the input parameter list.
WithFb2ImportPath sets the mapping relationship between the flatbuffers file names and the import paths.
WithFbsDirs sets the fbsdirs parameter.
WithFbsfile sets the fbsfile parameter.
WithLanguage sets the language parameter.
WithOutputdir sets the outputdir parameter.
WithPackagePath sets the packagePath parameter.
WithPkg2ImportPath sets the mapping between package name and import path For example: "trpc.testapp.testserver1" => "trpc.group/testapp/testserver1" "trpc.testapp.testserver2" => "trpc.group/testapp/testserver2".

# Structs

Fbs stores a set of parameters that may be used when invoking flatc.

# Type aliases

The Option type implements the functional options pattern.