Пример #1
0
// Executes tiller.GetVersion RPC.
func (o *options) rpcGetVersion(rlc rls.ReleaseServiceClient, opts ...VersionOption) (*rls.GetVersionResponse, error) {
	req := &rls.GetVersionRequest{}
	return rlc.GetVersion(NewContext(), req)
}