# 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".
# Type aliases
The Option type implements the functional options pattern.