sidechain_eth

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: May 12, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterSidechainEthServer

func RegisterSidechainEthServer(s *grpc.Server, srv SidechainEthServer)

Types

type Request

type Request struct {
	Input                string   `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message

func (*Request) Descriptor

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

func (*Request) GetInput

func (m *Request) GetInput() string

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

func (*Request) XXX_DiscardUnknown

func (m *Request) XXX_DiscardUnknown()

func (*Request) XXX_Marshal

func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Request) XXX_Merge

func (m *Request) XXX_Merge(src proto.Message)

func (*Request) XXX_Size

func (m *Request) XXX_Size() int

func (*Request) XXX_Unmarshal

func (m *Request) XXX_Unmarshal(b []byte) error

type Response

type Response struct {
	Output               string   `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
	StatusMessage        string   `protobuf:"bytes,2,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	Status               bool     `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The response message

func (*Response) Descriptor

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

func (*Response) GetOutput

func (m *Response) GetOutput() string

func (*Response) GetStatus

func (m *Response) GetStatus() bool

func (*Response) GetStatusMessage

func (m *Response) GetStatusMessage() string

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

func (*Response) XXX_DiscardUnknown

func (m *Response) XXX_DiscardUnknown()

func (*Response) XXX_Marshal

func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Response) XXX_Merge

func (m *Response) XXX_Merge(src proto.Message)

func (*Response) XXX_Size

func (m *Response) XXX_Size() int

func (*Response) XXX_Unmarshal

func (m *Response) XXX_Unmarshal(b []byte) error

type SidechainEthClient

type SidechainEthClient interface {
	DeployEthContract(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
	WatchEthContract(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
}

SidechainEthClient is the client API for SidechainEth service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSidechainEthClient

func NewSidechainEthClient(cc *grpc.ClientConn) SidechainEthClient

type SidechainEthServer

type SidechainEthServer interface {
	DeployEthContract(context.Context, *Request) (*Response, error)
	WatchEthContract(context.Context, *Request) (*Response, error)
}

SidechainEthServer is the server API for SidechainEth service.

type UnimplementedSidechainEthServer

type UnimplementedSidechainEthServer struct {
}

UnimplementedSidechainEthServer can be embedded to have forward compatible implementations.

func (*UnimplementedSidechainEthServer) DeployEthContract

func (*UnimplementedSidechainEthServer) DeployEthContract(ctx context.Context, req *Request) (*Response, error)

func (*UnimplementedSidechainEthServer) WatchEthContract

func (*UnimplementedSidechainEthServer) WatchEthContract(ctx context.Context, req *Request) (*Response, error)

Jump to

Keyboard shortcuts

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