Versions in this module Expand all Collapse all v0 v0.1.0 Aug 27, 2020 Changes in this version + 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 interface