Versions in this module Expand all Collapse all v0 v0.1.1 Oct 16, 2020 Changes in this version + func MarshalBranchResponse(b *daemon.Branch) *pb.BranchResponse + func MarshalBytesResponse(bytes []byte) *pb.BytesResponse + func MarshalBytesToStringResponse(bytes []byte) *pb.StringResponse + func MarshalEnvListResponse(es []*daemon.Env) *pb.EnvListResponse + func MarshalEnvResponse(e *daemon.Env) *pb.EnvResponse + func MarshalVersionCompatQueryResultResponse(r usecase.VersionCompatQueryResult) *pb.VersionStrictCompatQueryResponse + func MarshalVersionList(l daemon.VersionList) *pb.VersionListResponse + func MarshalVersionResponse(v *daemon.Version) *pb.VersionResponse + func NewServer(configFn func(*ServerConfig)) *server + func NewVersionReleaseParams(request *pb.VersionReleaseRequest) *versionReleaseParams + func UnmarshalVersionReleaseParams(request *pb.VersionReleaseRequest) usecase.VersionReleaseParams + type ServerConfig struct