Documentation ¶
Index ¶
- Constants
- func CompanionImage(ctx context.Context) (*resources.DockerImage, error)
- func CreateBufConfiguration(ctx context.Context, bufDir string, service string, ...) error
- func GenerateGRPC(ctx context.Context, language languages.Language, destination string, ...) error
- func GenerateOpenAPI(ctx context.Context, language languages.Language, destination string, _ string, ...) error
- type Buf
- type GoConfiguration
- type Info
- type PythonConfiguration
Constants ¶
View Source
const InfoConfigurationName = "info.codefly.yaml"
Variables ¶
This section is empty.
Functions ¶
func CompanionImage ¶
func CompanionImage(ctx context.Context) (*resources.DockerImage, error)
func CreateBufConfiguration ¶
func GenerateGRPC ¶
Types ¶
type Buf ¶ added in v0.1.83
type Buf struct { Dir string // contains filtered or unexported fields }
type GoConfiguration ¶
type PythonConfiguration ¶ added in v0.1.139
type PythonConfiguration struct {
Destination string
}
Click to show internal directories.
Click to hide internal directories.