Documentation
¶
Index ¶
- func MarshalBranchResponse(b *code_push.Branch) *pb.BranchResponse
- func MarshalBytesResponse(bytes []byte) *pb.BytesResponse
- func MarshalBytesToStringResponse(bytes []byte) *pb.StringResponse
- func MarshalEnvResponse(e *code_push.Env) *pb.EnvResponse
- func MarshalVersionCompatQueryResultResponse(r usecase.VersionCompatQueryResult) *pb.VersionStrictCompatQueryResponse
- func MarshalVersionList(l code_push.VersionList) *pb.VersionListResponse
- func MarshalVersionResponse(v *code_push.Version) *pb.VersionResponse
- func NewCodePushServer(endpoints Endpoints, logger log.Logger) *codePushServer
- func NewVersionReleaseParams(request *pb.VersionReleaseRequest) *versionReleaseParams
- func UnmarshalVersionReleaseParams(request *pb.VersionReleaseRequest) usecase.VersionReleaseParams
- type Endpoints
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalBranchResponse ¶
func MarshalBranchResponse(b *code_push.Branch) *pb.BranchResponse
func MarshalBytesResponse ¶
func MarshalBytesResponse(bytes []byte) *pb.BytesResponse
func MarshalBytesToStringResponse ¶
func MarshalBytesToStringResponse(bytes []byte) *pb.StringResponse
func MarshalEnvResponse ¶
func MarshalEnvResponse(e *code_push.Env) *pb.EnvResponse
func MarshalVersionCompatQueryResultResponse ¶
func MarshalVersionCompatQueryResultResponse(r usecase.VersionCompatQueryResult) *pb.VersionStrictCompatQueryResponse
func MarshalVersionList ¶
func MarshalVersionList(l code_push.VersionList) *pb.VersionListResponse
func MarshalVersionResponse ¶
func MarshalVersionResponse(v *code_push.Version) *pb.VersionResponse
func NewCodePushServer ¶
func NewVersionReleaseParams ¶
func NewVersionReleaseParams(request *pb.VersionReleaseRequest) *versionReleaseParams
func UnmarshalVersionReleaseParams ¶
func UnmarshalVersionReleaseParams(request *pb.VersionReleaseRequest) usecase.VersionReleaseParams
Types ¶
Click to show internal directories.
Click to hide internal directories.