Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
250d25fd
Commit
250d25fd
authored
Mar 08, 2018
by
Matthew Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix protoc
k8s.io/kubernetes bumped protobuf to 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9
parent
a66a39a1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
49 additions
and
54 deletions
+49
-54
glide.lock
glide.lock
+6
-4
glide.yaml
glide.yaml
+2
-2
metadata.pb.go
pkg/proto/hapi/chart/metadata.pb.go
+30
-29
hook.pb.go
pkg/proto/hapi/release/hook.pb.go
+10
-0
tiller.pb.go
pkg/proto/hapi/services/tiller.pb.go
+1
-19
No files found.
glide.lock
View file @
250d25fd
hash:
c4a1f6e380baf38d371d428fa5c8f7b2363663d811c728e982300692287a58e4
hash:
d93f565214b112cf8560e9cd2da2f3ab7852a1f19544569fc112bd4fb2d1d506
updated: 2018-0
2-02T20:15:49.706602Z
updated: 2018-0
3-08T14:06:06.497394911-08:00
imports:
imports:
- name: cloud.google.com/go
- name: cloud.google.com/go
version: 3b1ae45394a234c385be014e9a488f2bb6eef821
version: 3b1ae45394a234c385be014e9a488f2bb6eef821
...
@@ -147,7 +147,7 @@ imports:
...
@@ -147,7 +147,7 @@ imports:
- name: github.com/go-openapi/swag
- name: github.com/go-openapi/swag
version: f3f9494671f93fcff853e3c6e9e948b3eb71e590
version: f3f9494671f93fcff853e3c6e9e948b3eb71e590
- name: github.com/gobwas/glob
- name: github.com/gobwas/glob
version:
bea32b9cd2d6f55753d94a28e959b13f0244797a
version:
5ccd90ef52e1e632236f7326478d4faa74f99438
subpackages:
subpackages:
- compiler
- compiler
- match
- match
...
@@ -168,7 +168,7 @@ imports:
...
@@ -168,7 +168,7 @@ imports:
subpackages:
subpackages:
- lru
- lru
- name: github.com/golang/protobuf
- name: github.com/golang/protobuf
version:
4bd1920723d7b7c925de087aa32e2187708897f7
version:
1643683e1b54a9e88ad26d98f81400c8c9d9f4f9
subpackages:
subpackages:
- proto
- proto
- ptypes
- ptypes
...
@@ -378,6 +378,8 @@ imports:
...
@@ -378,6 +378,8 @@ imports:
- credentials
- credentials
- grpclb/grpc_lb_v1/messages
- grpclb/grpc_lb_v1/messages
- grpclog
- grpclog
- health
- health/grpc_health_v1
- internal
- internal
- keepalive
- keepalive
- metadata
- metadata
...
...
glide.yaml
View file @
250d25fd
...
@@ -19,7 +19,7 @@ import:
...
@@ -19,7 +19,7 @@ import:
version
:
~1.3.1
version
:
~1.3.1
-
package
:
github.com/technosophos/moniker
-
package
:
github.com/technosophos/moniker
-
package
:
github.com/golang/protobuf
-
package
:
github.com/golang/protobuf
version
:
4bd1920723d7b7c925de087aa32e2187708897f7
version
:
1643683e1b54a9e88ad26d98f81400c8c9d9f4f9
subpackages
:
subpackages
:
-
proto
-
proto
-
ptypes/any
-
ptypes/any
...
@@ -53,7 +53,7 @@ import:
...
@@ -53,7 +53,7 @@ import:
vcs
:
git
vcs
:
git
-
package
:
k8s.io/kubernetes
-
package
:
k8s.io/kubernetes
version
:
~
1.9.2
version
:
1.9.2
-
package
:
k8s.io/client-go
-
package
:
k8s.io/client-go
version
:
~6.0.0
version
:
~6.0.0
-
package
:
k8s.io/api
-
package
:
k8s.io/api
...
...
pkg/proto/hapi/chart/metadata.pb.go
View file @
250d25fd
...
@@ -107,7 +107,7 @@ type Metadata struct {
...
@@ -107,7 +107,7 @@ type Metadata struct {
// Annotations are additional mappings uninterpreted by Tiller,
// Annotations are additional mappings uninterpreted by Tiller,
// made available for inspection by other applications.
// made available for inspection by other applications.
Annotations
map
[
string
]
string
`protobuf:"bytes,16,rep,name=annotations" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
Annotations
map
[
string
]
string
`protobuf:"bytes,16,rep,name=annotations" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
// KubeVersion is
a SemVer constraints on what version of Kubernetes i
s required.
// KubeVersion is
a SemVer constraint specifying the version of Kubernete
s required.
KubeVersion
string
`protobuf:"bytes,17,opt,name=kubeVersion" json:"kubeVersion,omitempty"`
KubeVersion
string
`protobuf:"bytes,17,opt,name=kubeVersion" json:"kubeVersion,omitempty"`
}
}
...
@@ -244,32 +244,33 @@ func init() {
...
@@ -244,32 +244,33 @@ func init() {
func
init
()
{
proto
.
RegisterFile
(
"hapi/chart/metadata.proto"
,
fileDescriptor2
)
}
func
init
()
{
proto
.
RegisterFile
(
"hapi/chart/metadata.proto"
,
fileDescriptor2
)
}
var
fileDescriptor2
=
[]
byte
{
var
fileDescriptor2
=
[]
byte
{
// 427 bytes of a gzipped FileDescriptorProto
// 435 bytes of a gzipped FileDescriptorProto
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0x6c
,
0x52
,
0x5d
,
0x6b
,
0xdb
,
0x30
,
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0x6c
,
0x52
,
0x5d
,
0x6b
,
0xd4
,
0x40
,
0x14
,
0x9d
,
0x9b
,
0x38
,
0x89
,
0xaf
,
0xd7
,
0xcd
,
0xbb
,
0x8c
,
0xa2
,
0x95
,
0x31
,
0x4c
,
0xd8
,
0x20
,
0x14
,
0x35
,
0xcd
,
0x66
,
0x77
,
0x73
,
0x63
,
0x35
,
0x0e
,
0x52
,
0xc6
,
0x22
,
0x12
,
0x16
,
0x85
,
0x7d
,
0x4f
,
0x29
,
0x6c
,
0x30
,
0xca
,
0x1e
,
0x06
,
0x1b
,
0x94
,
0x3e
,
0x6c
,
0x4d
,
0x87
,
0xd9
,
0x07
,
0xec
,
0xda
,
0x82
,
0xbe
,
0x14
,
0x1f
,
0x04
,
0x85
,
0x52
,
0x41
,
0xbb
,
0x95
,
0xe0
,
0x07
,
0xf8
,
0x36
,
0x4d
,
0x4d
,
0xb5
,
0x2f
,
0x8d
,
0x48
,
0x2c
,
0x19
,
0x49
,
0xe9
,
0xc8
,
0xaf
,
0xd8
,
0x5f
,
0x1e
,
0x92
,
0xad
,
0x2e
,
0xdd
,
0x61
,
0x93
,
0x99
,
0x30
,
0x99
,
0xad
,
0xec
,
0xaf
,
0xf0
,
0x2f
,
0xcb
,
0xdc
,
0x64
,
0x9a
,
0xda
,
0x19
,
0x7d
,
0xbb
,
0xe7
,
0x1c
,
0xdd
,
0x23
,
0x1d
,
0xdd
,
0x0b
,
0x2f
,
0xd6
,
0xbc
,
0x11
,
0x67
,
0xac
,
0xf4
,
0xed
,
0x9e
,
0x73
,
0x66
,
0xce
,
0xcc
,
0xbd
,
0xf7
,
0xc0
,
0x8b
,
0x8d
,
0x68
,
0xe4
,
0x59
,
0xe5
,
0x9a
,
0x6b
,
0x7b
,
0x56
,
0x93
,
0xe5
,
0x15
,
0xb7
,
0x7c
,
0xd9
,
0x68
,
0x65
,
0x15
,
0x82
,
0x93
,
0xb1
,
0x11
,
0xc6
,
0x9e
,
0xd5
,
0x68
,
0x45
,
0x29
,
0xac
,
0x58
,
0x35
,
0x46
,
0x5b
,
0xcd
,
0xc0
,
0x49
,
0x96
,
0x5e
,
0x9a
,
0xbf
,
0x07
,
0xb8
,
0xe2
,
0x42
,
0x5a
,
0x2e
,
0x24
,
0x69
,
0x44
,
0x18
,
0x4b
,
0x5e
,
0x2b
,
0x92
,
0x16
,
0x9f
,
0x01
,
0xae
,
0x84
,
0x54
,
0x56
,
0x48
,
0x85
,
0x86
,
0x31
,
0x98
,
0x28
,
0x51
,
0x13
,
0x8b
,
0xf2
,
0x68
,
0x91
,
0x14
,
0xbe
,
0xc6
,
0xe7
,
0x10
,
0x53
,
0xcd
,
0xc5
,
0x96
,
0x1d
,
0x79
,
0x23
,
0x0f
,
0xb2
,
0x60
,
0x19
,
0xe7
,
0x54
,
0xb3
,
0xe7
,
0x10
,
0x61
,
0x2d
,
0x64
,
0xc5
,
0x8f
,
0x88
,
0xb2
,
0x05
,
0xf3
,
0xbf
,
0x31
,
0xcc
,
0xae
,
0x3a
,
0xdb
,
0x07
,
0xdb
,
0x10
,
0xc6
,
0x6b
,
0x55
,
0x53
,
0xec
,
0x00
,
0x4b
,
0x21
,
0xdc
,
0x99
,
0x8a
,
0x87
,
0xc4
,
0xb9
,
0x72
,
0xf1
,
0x37
,
0x82
,
0xf9
,
0x55
,
0xd7
,
0xe5
,
0x6b
,
0x64
,
0x30
,
0x35
,
0x6a
,
0xa7
,
0x4b
,
0x32
,
0x6c
,
0x94
,
0x8f
,
0x16
,
0x49
,
0x11
,
0xff
,
0xd0
,
0x83
,
0x46
,
0x0c
,
0x26
,
0x1b
,
0x5d
,
0x63
,
0xef
,
0x43
,
0x35
,
0xe3
,
0x30
,
0x6b
,
0xf5
,
0xa0
,
0x53
,
0xee
,
0x48
,
0x1b
,
0xa1
,
0x24
,
0x1b
,
0xfb
,
0x86
,
0x00
,
0x31
,
0x87
,
0xb4
,
0x22
,
0x53
,
0xce
,
0x14
,
0xd8
,
0xf2
,
0x30
,
0x0b
,
0x97
,
0x71
,
0xee
,
0xa1
,
0x53
,
0xee
,
0xd0
,
0xb4
,
0x52
,
0x2b
,
0x6a
,
0xd1
,
0x58
,
0xa7
,
0xc6
,
0x5e
,
0x1d
,
0x52
,
0x78
,
0x0a
,
0xb3
,
0x0d
,
0xed
,
0xff
,
0x28
,
0x5d
,
0x3e
,
0xa1
,
0x0b
,
0x1e
,
0xb2
,
0x0c
,
0x92
,
0x12
,
0xdb
,
0xc2
,
0xc8
,
0xc6
,
0x3a
,
0x35
,
0x22
,
0x75
,
0x19
,
0x36
,
0xf1
,
0xb6
,
0xf7
,
0x18
,
0xcf
,
0x21
,
0xad
,
0xef
,
0xe3
,
0x19
,
0x36
,
0xcd
,
0x47
,
0x8b
,
0x4c
,
0xb1
,
0x53
,
0x98
,
0x6f
,
0x71
,
0xff
,
0x47
,
0x9b
,
0xb2
,
0xe5
,
0x53
,
0xb2
,
0xbd
,
0xc7
,
0xec
,
0xf4
,
0xed
,
0xc9
,
0xb2
,
0xff
,
0x80
,
0x65
,
0x9f
,
0xbe
,
0x18
,
0x1e
,
0xc5
,
0x13
,
0x98
,
0x90
,
0xbc
,
0x1c
,
0x92
,
0xfa
,
0xbe
,
0xe1
,
0x96
,
0xcf
,
0xb2
,
0x70
,
0x99
,
0xbc
,
0x3d
,
0x59
,
0x0d
,
0x23
,
0x59
,
0x15
,
0x92
,
0xd8
,
0xcc
,
0x5f
,
0xd9
,
0x21
,
0x97
,
0x4b
,
0x94
,
0x4a
,
0xb2
,
0xa4
,
0xcd
,
0xe5
,
0x6a
,
0x0d
,
0xf3
,
0xc8
,
0xc7
,
0x47
,
0xd9
,
0x09
,
0x4c
,
0x51
,
0xdd
,
0x4a
,
0x85
,
0x7c
,
0x4e
,
0x4f
,
0xf6
,
0x7c
,
0x05
,
0xc0
,
0x1b
,
0xf1
,
0xb3
,
0x0b
,
0x00
,
0x5e
,
0x19
,
0x30
,
0xf8
,
0x12
,
0x92
,
0x52
,
0xc9
,
0xc8
,
0xf5
,
0x25
,
0x0b
,
0xad
,
0x78
,
0xdc
,
0xf5
,
0xe5
,
0x6a
,
0xf6
,
0x0a
,
0x40
,
0x34
,
0xf2
,
0x67
,
0x4a
,
0xf8
,
0x04
,
0xa9
,
0x97
,
0x7b
,
0xc2
,
0x39
,
0x5a
,
0x7e
,
0x6b
,
0xd8
,
0xe3
,
0xd6
,
0xd1
,
0xd5
,
0xdf
,
0x00
,
0x90
,
0x32
,
0x62
,
0xd8
,
0x4b
,
0x88
,
0x0b
,
0xad
,
0x4a
,
0x49
,
0x1d
,
0x24
,
0x24
,
0x0f
,
0xad
,
0x63
,
0x13
,
0x1c
,
0x8f
,
0x83
,
0x63
,
0x60
,
0x9c
,
0x5e
,
0x51
,
0xa3
,
0xa9
,
0xe4
,
0x96
,
0x2a
,
0x84
,
0x73
,
0xb4
,
0xe2
,
0xb6
,
0xe5
,
0x8f
,
0x3b
,
0x47
,
0x57
,
0x77
,
0x8e
,
0x8d
,
0x77
,
0x3c
,
0xf6
,
0xf6
,
0x24
,
0x8f
,
0x16
,
0xb3
,
0x62
,
0xc0
,
0xe0
,
0x6b
,
0x38
,
0xb6
,
0x62
,
0xbb
,
0x25
,
0x1d
,
0x2c
,
0x8e
,
0x9e
,
0x71
,
0x7a
,
0x89
,
0x8d
,
0xc1
,
0x42
,
0x58
,
0x2c
,
0xf9
,
0x93
,
0x2c
,
0x58
,
0xce
,
0xf3
,
0x9e
,
0x7a
,
0x8b
,
0x43
,
0x12
,
0x2f
,
0x21
,
0xe5
,
0x52
,
0x2a
,
0xcb
,
0xdd
,
0x3b
,
0x0c
,
0xcb
,
0xfc
,
0x11
,
0xc3
,
0x5e
,
0xc3
,
0xb1
,
0x95
,
0x55
,
0x85
,
0xc6
,
0x5b
,
0x3c
,
0x25
,
0x8b
,
0x43
,
0x92
,
0x5d
,
0xef
,
0xbc
,
0x39
,
0xf8
,
0x9d
,
0xb0
,
0x39
,
0x9f
,
0xfa
,
0x73
,
0x17
,
0xd2
,
0xea
,
0x7d
,
0x31
,
0xec
,
0x42
,
0x22
,
0x94
,
0xd2
,
0x56
,
0xb8
,
0x7f
,
0xb4
,
0x3c
,
0xa5
,
0xe9
,
0xbc
,
0x39
,
0x98
,
0x8e
,
0xcf
,
0x74
,
0x43
,
0xda
,
0xec
,
0x6e
,
0x28
,
0x5c
,
0xf6
,
0xac
,
0x1d
,
0xd2
,
0x80
,
0x3a
,
0xfd
,
0x08
,
0xd9
,
0xd2
,
0xc7
,
0xe1
,
0xdc
,
0x85
,
0xb2
,
0x66
,
0x9f
,
0x8f
,
0x6f
,
0xba
,
0x25
,
0x6d
,
0x77
,
0x37
,
0xe8
,
0xff
,
0x16
,
0x98
,
0xc1
,
0x68
,
0x43
,
0xfb
,
0x6e
,
0x6b
,
0x5c
,
0xe9
,
0x76
,
0xed
,
0x8e
,
0x6f
,
0x77
,
0x1f
,
0x7b
,
0xd6
,
0x2d
,
0x69
,
0x44
,
0x9d
,
0x7e
,
0x80
,
0xf4
,
0x7f
,
0x0b
,
0x97
,
0xaa
,
0x2d
,
0xee
,
0x61
,
0x6b
,
0x5a
,
0xf0
,
0xe1
,
0xe8
,
0x3c
,
0x9a
,
0xe7
,
0x30
,
0xb9
,
0x68
,
0x07
,
0x90
,
0xc2
,
0xf4
,
0xfb
,
0xd4
,
0xb8
,
0xd2
,
0xa5
,
0xef
,
0x4e
,
0x54
,
0x3b
,
0x9f
,
0x9a
,
0x0e
,
0xbc
,
0x3f
,
0x3a
,
0x0f
,
0xc7
,
0xea
,
0xcb
,
0xea
,
0xfa
,
0xd7
,
0x2a
,
0x7b
,
0x84
,
0x09
,
0xc4
,
0x97
,
0xd7
,
0xdf
,
0xbf
,
0x7d
,
0x16
,
0x19
,
0x4c
,
0x2f
,
0xba
,
0x05
,
0x24
,
0x30
,
0xfb
,
0xb1
,
0xfe
,
0xb2
,
0xbe
,
0xfe
,
0xb5
,
0x4e
,
0xcd
,
0xa2
,
0xcf
,
0xd3
,
0xdf
,
0xb1
,
0x7f
,
0xf3
,
0xcd
,
0xc4
,
0x6f
,
0xf9
,
0xbb
,
0x7f
,
0x01
,
0x00
,
0x1f
,
0xb1
,
0x18
,
0xa2
,
0xcb
,
0xeb
,
0xef
,
0xdf
,
0xbe
,
0xa6
,
0xc1
,
0xa7
,
0xd9
,
0xef
,
0x88
,
0xfe
,
0x00
,
0xff
,
0xff
,
0x7f
,
0xc1
,
0xec
,
0x3d
,
0x02
,
0x03
,
0x00
,
0x00
,
0x7c
,
0x33
,
0xa5
,
0xdc
,
0xbf
,
0xfb
,
0x17
,
0x00
,
0x00
,
0xff
,
0xff
,
0x36
,
0xf9
,
0x0d
,
0xa6
,
0x14
,
0x03
,
0x00
,
0x00
,
}
}
pkg/proto/hapi/release/hook.pb.go
View file @
250d25fd
...
@@ -6,9 +6,19 @@ Package release is a generated protocol buffer package.
...
@@ -6,9 +6,19 @@ Package release is a generated protocol buffer package.
It is generated from these files:
It is generated from these files:
hapi/release/hook.proto
hapi/release/hook.proto
hapi/release/info.proto
hapi/release/release.proto
hapi/release/status.proto
hapi/release/test_run.proto
hapi/release/test_suite.proto
It has these top-level messages:
It has these top-level messages:
Hook
Hook
Info
Release
Status
TestRun
TestSuite
*/
*/
package
release
package
release
...
...
pkg/proto/hapi/services/tiller.pb.go
View file @
250d25fd
...
@@ -275,7 +275,7 @@ type GetReleaseStatusResponse struct {
...
@@ -275,7 +275,7 @@ type GetReleaseStatusResponse struct {
Name
string
`protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
Name
string
`protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
// Info contains information about the release.
// Info contains information about the release.
Info
*
hapi_release4
.
Info
`protobuf:"bytes,2,opt,name=info" json:"info,omitempty"`
Info
*
hapi_release4
.
Info
`protobuf:"bytes,2,opt,name=info" json:"info,omitempty"`
// Names
ap
ce the release was released into
// Names
pa
ce the release was released into
Namespace
string
`protobuf:"bytes,3,opt,name=namespace" json:"namespace,omitempty"`
Namespace
string
`protobuf:"bytes,3,opt,name=namespace" json:"namespace,omitempty"`
}
}
...
@@ -949,8 +949,6 @@ type ReleaseServiceClient interface {
...
@@ -949,8 +949,6 @@ type ReleaseServiceClient interface {
GetHistory
(
ctx
context
.
Context
,
in
*
GetHistoryRequest
,
opts
...
grpc
.
CallOption
)
(
*
GetHistoryResponse
,
error
)
GetHistory
(
ctx
context
.
Context
,
in
*
GetHistoryRequest
,
opts
...
grpc
.
CallOption
)
(
*
GetHistoryResponse
,
error
)
// RunReleaseTest executes the tests defined of a named release
// RunReleaseTest executes the tests defined of a named release
RunReleaseTest
(
ctx
context
.
Context
,
in
*
TestReleaseRequest
,
opts
...
grpc
.
CallOption
)
(
ReleaseService_RunReleaseTestClient
,
error
)
RunReleaseTest
(
ctx
context
.
Context
,
in
*
TestReleaseRequest
,
opts
...
grpc
.
CallOption
)
(
ReleaseService_RunReleaseTestClient
,
error
)
// PingTiller sends a test/ping signal to Tiller to ensure that it's up
PingTiller
(
ctx
context
.
Context
)
error
}
}
type
releaseServiceClient
struct
{
type
releaseServiceClient
struct
{
...
@@ -1080,14 +1078,6 @@ func (c *releaseServiceClient) RunReleaseTest(ctx context.Context, in *TestRelea
...
@@ -1080,14 +1078,6 @@ func (c *releaseServiceClient) RunReleaseTest(ctx context.Context, in *TestRelea
return
x
,
nil
return
x
,
nil
}
}
func
(
c
*
releaseServiceClient
)
PingTiller
(
ctx
context
.
Context
)
error
{
err
:=
grpc
.
Invoke
(
ctx
,
"/hapi.services.tiller.ReleaseService/PingTiller"
,
"Ping"
,
nil
,
c
.
cc
,
grpc
.
FailFast
(
false
))
if
err
!=
nil
{
return
err
}
return
nil
}
type
ReleaseService_RunReleaseTestClient
interface
{
type
ReleaseService_RunReleaseTestClient
interface
{
Recv
()
(
*
TestReleaseResponse
,
error
)
Recv
()
(
*
TestReleaseResponse
,
error
)
grpc
.
ClientStream
grpc
.
ClientStream
...
@@ -1310,10 +1300,6 @@ func _ReleaseService_RunReleaseTest_Handler(srv interface{}, stream grpc.ServerS
...
@@ -1310,10 +1300,6 @@ func _ReleaseService_RunReleaseTest_Handler(srv interface{}, stream grpc.ServerS
return
srv
.
(
ReleaseServiceServer
)
.
RunReleaseTest
(
m
,
&
releaseServiceRunReleaseTestServer
{
stream
})
return
srv
.
(
ReleaseServiceServer
)
.
RunReleaseTest
(
m
,
&
releaseServiceRunReleaseTestServer
{
stream
})
}
}
func
_ReleaseService_Ping_Handler
(
srv
interface
{},
ctx
context
.
Context
,
dec
func
(
interface
{})
error
,
interceptor
grpc
.
UnaryServerInterceptor
)
(
interface
{},
error
)
{
return
"Pong"
,
nil
}
type
ReleaseService_RunReleaseTestServer
interface
{
type
ReleaseService_RunReleaseTestServer
interface
{
Send
(
*
TestReleaseResponse
)
error
Send
(
*
TestReleaseResponse
)
error
grpc
.
ServerStream
grpc
.
ServerStream
...
@@ -1363,10 +1349,6 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
...
@@ -1363,10 +1349,6 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
MethodName
:
"GetHistory"
,
MethodName
:
"GetHistory"
,
Handler
:
_ReleaseService_GetHistory_Handler
,
Handler
:
_ReleaseService_GetHistory_Handler
,
},
},
{
MethodName
:
"PingTiller"
,
Handler
:
_ReleaseService_Ping_Handler
,
},
},
},
Streams
:
[]
grpc
.
StreamDesc
{
Streams
:
[]
grpc
.
StreamDesc
{
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment