Codebase list golang-github-go-kit-kit / 203e4782-15ed-484f-9517-a1c12654c5bc/v0.9.0 examples / addsvc / thrift / addsvc.thrift
203e4782-15ed-484f-9517-a1c12654c5bc/v0.9.0

Tree @203e4782-15ed-484f-9517-a1c12654c5bc/v0.9.0 (Download .tar.gz)

addsvc.thrift @203e4782-15ed-484f-9517-a1c12654c5bc/v0.9.0

320bc0f
c937cf4
94228a7
c937cf4
 
320bc0f
 
94228a7
320bc0f
 
c937cf4
320bc0f
 
c937cf4
struct SumReply {
	1: i64 value
	2: string err
}

struct ConcatReply {
	1: string value
	2: string err
}

service AddService {
	SumReply Sum(1: i64 a, 2: i64 b)
	ConcatReply Concat(1: string a, 2: string b)
}