version

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package version is a generated protocol buffer package.

It is generated from these files:

github.com/appcelerator/amp/api/rpc/version/version.proto

It has these top-level messages:

Info
GetRequest
GetReply

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterVersionServer

func RegisterVersionServer(s *grpc.Server, srv VersionServer)

Types

type GetReply added in v0.9.0

type GetReply struct {
	Info *Info `protobuf:"bytes,1,opt,name=info" json:"info,omitempty"`
}

func (*GetReply) Descriptor added in v0.9.0

func (*GetReply) Descriptor() ([]byte, []int)

func (*GetReply) GetInfo added in v0.9.0

func (m *GetReply) GetInfo() *Info

func (*GetReply) ProtoMessage added in v0.9.0

func (*GetReply) ProtoMessage()

func (*GetReply) Reset added in v0.9.0

func (m *GetReply) Reset()

func (*GetReply) String added in v0.9.0

func (m *GetReply) String() string

type GetRequest added in v0.9.0

type GetRequest struct {
}

func (*GetRequest) Descriptor added in v0.9.0

func (*GetRequest) Descriptor() ([]byte, []int)

func (*GetRequest) ProtoMessage added in v0.9.0

func (*GetRequest) ProtoMessage()

func (*GetRequest) Reset added in v0.9.0

func (m *GetRequest) Reset()

func (*GetRequest) String added in v0.9.0

func (m *GetRequest) String() string

type Info added in v0.9.0

type Info struct {
	Version   string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
	Build     string `protobuf:"bytes,2,opt,name=build" json:"build,omitempty"`
	GoVersion string `protobuf:"bytes,3,opt,name=go_version,json=goVersion" json:"go_version,omitempty"`
	Os        string `protobuf:"bytes,4,opt,name=os" json:"os,omitempty"`
	Arch      string `protobuf:"bytes,5,opt,name=arch" json:"arch,omitempty"`
}

func (*Info) Descriptor added in v0.9.0

func (*Info) Descriptor() ([]byte, []int)

func (*Info) GetArch added in v0.9.0

func (m *Info) GetArch() string

func (*Info) GetBuild added in v0.9.0

func (m *Info) GetBuild() string

func (*Info) GetGoVersion added in v0.9.0

func (m *Info) GetGoVersion() string

func (*Info) GetOs added in v0.9.0

func (m *Info) GetOs() string

func (*Info) GetVersion added in v0.9.0

func (m *Info) GetVersion() string

func (*Info) ProtoMessage added in v0.9.0

func (*Info) ProtoMessage()

func (*Info) Reset added in v0.9.0

func (m *Info) Reset()

func (*Info) String added in v0.9.0

func (m *Info) String() string

type Server

type Server struct {
	Info *Info
}

Server server information

func (*Server) Get added in v0.9.0

func (s *Server) Get(ctx context.Context, in *GetRequest) (*GetReply, error)

Get Returns Amplifier info from Server.go

type VersionClient

type VersionClient interface {
	Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetReply, error)
}

func NewVersionClient

func NewVersionClient(cc *grpc.ClientConn) VersionClient

type VersionServer

type VersionServer interface {
	Get(context.Context, *GetRequest) (*GetReply, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL