# Structs
CreateService is the scaffolding command that creates a new service directory and a minimal template Go declaration file w/ your service and some sample operations.
CreateServiceRequest contains the inputs from our "frodo create" CLI command.
GenerateClient handles the registration and execution of the 'frodo client' CLI subcommand.
GenerateClientRequest contains all of the CLI options used in the "frodo client" command.
GenerateDocs handles the registration and execution of the 'frodo docs' CLI subcommand.
GenerateDocsRequest contains all of the CLI options used in the "frodo docs" command.
GenerateGateway handles the registration and execution of the 'frodo gateway' CLI subcommand.
GenerateGatewayRequest contains all of the CLI options used in the "frodo client" command.
GenerateMock handles the registration and execution of the 'frodo mock' CLI subcommand.
GenerateMockRequest contains all of the CLI options used in the "frodo mock" command.