package
1.0.1
Repository: https://github.com/kimmosc2/kit.git
Documentation: pkg.go.dev

# Functions

GetCmdServiceImportPath returns the import path of the cmd service (used by cmd/main.go).
GetDockerFileProjectPath returns the path of the project.
GetEndpointImportPath returns the import path of the service endpoints.
GetGOPATH returns the gopath.
GetGRPCTransportImportPath returns the import path of the service grpc transport.
GetHTTPTransportImportPath returns the import path of the service http transport.
GetPbImportPath returns the import path of the generated service grpc pb.
GetServiceImportPath returns the import path of the service interface.
GoImportsSource is used to format and optimize imports the given source.
No description provided by the author
ToCamelCase the given string in camelcase format.
ToLowerFirstCamelCase returns the given string in camelcase formatted string but with the first letter being lowercase.
ToLowerSnakeCase the given string in snake-case format.
ToUpperFirst returns the given string with the first letter being uppercase.