calcapi

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: MIT Imports: 38 Imported by: 0

Documentation

Overview

Package calcapi is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCalcapi = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCalcapi   = fmt.Errorf("proto: integer overflow")
)

Functions

func RegisterServiceHandler

func RegisterServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterServiceHandler registers the http handlers for service Service to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterServiceHandlerClient

func RegisterServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ServiceClient) error

RegisterServiceHandlerClient registers the http handlers for service Service to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ServiceClient" to call the correct interceptors.

func RegisterServiceHandlerFromEndpoint

func RegisterServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterServiceHandlerFromEndpoint is same as RegisterServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterServiceHandlerServer

func RegisterServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ServiceServer) error

RegisterServiceHandlerServer registers the http handlers for service Service to "mux". UnaryRPC :call ServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterServiceServer

func RegisterServiceServer(s *grpc.Server, srv ServiceServer)

Types

type AlternateLogo struct {
}

func (*AlternateLogo) Descriptor

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

func (*AlternateLogo) Marshal

func (m *AlternateLogo) Marshal() (dAtA []byte, err error)

func (*AlternateLogo) MarshalTo

func (m *AlternateLogo) MarshalTo(dAtA []byte) (int, error)

func (*AlternateLogo) MarshalToSizedBuffer

func (m *AlternateLogo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AlternateLogo) ProtoMessage

func (*AlternateLogo) ProtoMessage()

func (*AlternateLogo) Reset

func (m *AlternateLogo) Reset()

func (*AlternateLogo) Size

func (m *AlternateLogo) Size() (n int)

func (*AlternateLogo) String

func (m *AlternateLogo) String() string

func (*AlternateLogo) Unmarshal

func (m *AlternateLogo) Unmarshal(dAtA []byte) error

func (*AlternateLogo) XXX_DiscardUnknown

func (m *AlternateLogo) XXX_DiscardUnknown()

func (*AlternateLogo) XXX_Marshal

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

func (*AlternateLogo) XXX_Merge

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

func (*AlternateLogo) XXX_Size

func (m *AlternateLogo) XXX_Size() int

func (*AlternateLogo) XXX_Unmarshal

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

type AlternateLogo_Input

type AlternateLogo_Input struct {
}

func (*AlternateLogo_Input) Descriptor

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

func (*AlternateLogo_Input) Marshal

func (m *AlternateLogo_Input) Marshal() (dAtA []byte, err error)

func (*AlternateLogo_Input) MarshalTo

func (m *AlternateLogo_Input) MarshalTo(dAtA []byte) (int, error)

func (*AlternateLogo_Input) MarshalToSizedBuffer

func (m *AlternateLogo_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AlternateLogo_Input) ProtoMessage

func (*AlternateLogo_Input) ProtoMessage()

func (*AlternateLogo_Input) Reset

func (m *AlternateLogo_Input) Reset()

func (*AlternateLogo_Input) Size

func (m *AlternateLogo_Input) Size() (n int)

func (*AlternateLogo_Input) String

func (m *AlternateLogo_Input) String() string

func (*AlternateLogo_Input) Unmarshal

func (m *AlternateLogo_Input) Unmarshal(dAtA []byte) error

func (*AlternateLogo_Input) XXX_DiscardUnknown

func (m *AlternateLogo_Input) XXX_DiscardUnknown()

func (*AlternateLogo_Input) XXX_Marshal

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

func (*AlternateLogo_Input) XXX_Merge

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

func (*AlternateLogo_Input) XXX_Size

func (m *AlternateLogo_Input) XXX_Size() int

func (*AlternateLogo_Input) XXX_Unmarshal

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

type AlternateLogo_Output

type AlternateLogo_Output struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
}

func (*AlternateLogo_Output) Descriptor

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

func (*AlternateLogo_Output) GetPath

func (m *AlternateLogo_Output) GetPath() string

func (*AlternateLogo_Output) Marshal

func (m *AlternateLogo_Output) Marshal() (dAtA []byte, err error)

func (*AlternateLogo_Output) MarshalTo

func (m *AlternateLogo_Output) MarshalTo(dAtA []byte) (int, error)

func (*AlternateLogo_Output) MarshalToSizedBuffer

func (m *AlternateLogo_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AlternateLogo_Output) ProtoMessage

func (*AlternateLogo_Output) ProtoMessage()

func (*AlternateLogo_Output) Reset

func (m *AlternateLogo_Output) Reset()

func (*AlternateLogo_Output) Size

func (m *AlternateLogo_Output) Size() (n int)

func (*AlternateLogo_Output) String

func (m *AlternateLogo_Output) String() string

func (*AlternateLogo_Output) Unmarshal

func (m *AlternateLogo_Output) Unmarshal(dAtA []byte) error

func (*AlternateLogo_Output) XXX_DiscardUnknown

func (m *AlternateLogo_Output) XXX_DiscardUnknown()

func (*AlternateLogo_Output) XXX_Marshal

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

func (*AlternateLogo_Output) XXX_Merge

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

func (*AlternateLogo_Output) XXX_Size

func (m *AlternateLogo_Output) XXX_Size() int

func (*AlternateLogo_Output) XXX_Unmarshal

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

type CounterInc

type CounterInc struct {
}

func (*CounterInc) Descriptor

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

func (*CounterInc) Marshal

func (m *CounterInc) Marshal() (dAtA []byte, err error)

func (*CounterInc) MarshalTo

func (m *CounterInc) MarshalTo(dAtA []byte) (int, error)

func (*CounterInc) MarshalToSizedBuffer

func (m *CounterInc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CounterInc) ProtoMessage

func (*CounterInc) ProtoMessage()

func (*CounterInc) Reset

func (m *CounterInc) Reset()

func (*CounterInc) Size

func (m *CounterInc) Size() (n int)

func (*CounterInc) String

func (m *CounterInc) String() string

func (*CounterInc) Unmarshal

func (m *CounterInc) Unmarshal(dAtA []byte) error

func (*CounterInc) XXX_DiscardUnknown

func (m *CounterInc) XXX_DiscardUnknown()

func (*CounterInc) XXX_Marshal

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

func (*CounterInc) XXX_Merge

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

func (*CounterInc) XXX_Size

func (m *CounterInc) XXX_Size() int

func (*CounterInc) XXX_Unmarshal

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

type CounterInc_Input

type CounterInc_Input struct {
	Key string  `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Gap float64 `protobuf:"fixed64,2,opt,name=gap,proto3" json:"gap,omitempty"`
}

func (*CounterInc_Input) Descriptor

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

func (*CounterInc_Input) GetGap

func (m *CounterInc_Input) GetGap() float64

func (*CounterInc_Input) GetKey

func (m *CounterInc_Input) GetKey() string

func (*CounterInc_Input) Marshal

func (m *CounterInc_Input) Marshal() (dAtA []byte, err error)

func (*CounterInc_Input) MarshalTo

func (m *CounterInc_Input) MarshalTo(dAtA []byte) (int, error)

func (*CounterInc_Input) MarshalToSizedBuffer

func (m *CounterInc_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CounterInc_Input) ProtoMessage

func (*CounterInc_Input) ProtoMessage()

func (*CounterInc_Input) Reset

func (m *CounterInc_Input) Reset()

func (*CounterInc_Input) Size

func (m *CounterInc_Input) Size() (n int)

func (*CounterInc_Input) String

func (m *CounterInc_Input) String() string

func (*CounterInc_Input) Unmarshal

func (m *CounterInc_Input) Unmarshal(dAtA []byte) error

func (*CounterInc_Input) XXX_DiscardUnknown

func (m *CounterInc_Input) XXX_DiscardUnknown()

func (*CounterInc_Input) XXX_Marshal

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

func (*CounterInc_Input) XXX_Merge

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

func (*CounterInc_Input) XXX_Size

func (m *CounterInc_Input) XXX_Size() int

func (*CounterInc_Input) XXX_Unmarshal

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

type CounterInc_Output

type CounterInc_Output struct {
	Value float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*CounterInc_Output) Descriptor

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

func (*CounterInc_Output) GetValue

func (m *CounterInc_Output) GetValue() float64

func (*CounterInc_Output) Marshal

func (m *CounterInc_Output) Marshal() (dAtA []byte, err error)

func (*CounterInc_Output) MarshalTo

func (m *CounterInc_Output) MarshalTo(dAtA []byte) (int, error)

func (*CounterInc_Output) MarshalToSizedBuffer

func (m *CounterInc_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CounterInc_Output) ProtoMessage

func (*CounterInc_Output) ProtoMessage()

func (*CounterInc_Output) Reset

func (m *CounterInc_Output) Reset()

func (*CounterInc_Output) Size

func (m *CounterInc_Output) Size() (n int)

func (*CounterInc_Output) String

func (m *CounterInc_Output) String() string

func (*CounterInc_Output) Unmarshal

func (m *CounterInc_Output) Unmarshal(dAtA []byte) error

func (*CounterInc_Output) XXX_DiscardUnknown

func (m *CounterInc_Output) XXX_DiscardUnknown()

func (*CounterInc_Output) XXX_Marshal

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

func (*CounterInc_Output) XXX_Merge

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

func (*CounterInc_Output) XXX_Size

func (m *CounterInc_Output) XXX_Size() int

func (*CounterInc_Output) XXX_Unmarshal

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

type Crew

type Crew struct {
}

func (*Crew) Descriptor

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

func (*Crew) Marshal

func (m *Crew) Marshal() (dAtA []byte, err error)

func (*Crew) MarshalTo

func (m *Crew) MarshalTo(dAtA []byte) (int, error)

func (*Crew) MarshalToSizedBuffer

func (m *Crew) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Crew) ProtoMessage

func (*Crew) ProtoMessage()

func (*Crew) Reset

func (m *Crew) Reset()

func (*Crew) Size

func (m *Crew) Size() (n int)

func (*Crew) String

func (m *Crew) String() string

func (*Crew) Unmarshal

func (m *Crew) Unmarshal(dAtA []byte) error

func (*Crew) XXX_DiscardUnknown

func (m *Crew) XXX_DiscardUnknown()

func (*Crew) XXX_Marshal

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

func (*Crew) XXX_Merge

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

func (*Crew) XXX_Size

func (m *Crew) XXX_Size() int

func (*Crew) XXX_Unmarshal

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

type Crew_Input

type Crew_Input struct {
}

func (*Crew_Input) Descriptor

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

func (*Crew_Input) Marshal

func (m *Crew_Input) Marshal() (dAtA []byte, err error)

func (*Crew_Input) MarshalTo

func (m *Crew_Input) MarshalTo(dAtA []byte) (int, error)

func (*Crew_Input) MarshalToSizedBuffer

func (m *Crew_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Crew_Input) ProtoMessage

func (*Crew_Input) ProtoMessage()

func (*Crew_Input) Reset

func (m *Crew_Input) Reset()

func (*Crew_Input) Size

func (m *Crew_Input) Size() (n int)

func (*Crew_Input) String

func (m *Crew_Input) String() string

func (*Crew_Input) Unmarshal

func (m *Crew_Input) Unmarshal(dAtA []byte) error

func (*Crew_Input) XXX_DiscardUnknown

func (m *Crew_Input) XXX_DiscardUnknown()

func (*Crew_Input) XXX_Marshal

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

func (*Crew_Input) XXX_Merge

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

func (*Crew_Input) XXX_Size

func (m *Crew_Input) XXX_Size() int

func (*Crew_Input) XXX_Unmarshal

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

type Crew_Output

type Crew_Output struct {
	Crew *crew.Crew `protobuf:"bytes,1,opt,name=crew,proto3" json:"crew,omitempty"`
}

func (*Crew_Output) Descriptor

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

func (*Crew_Output) GetCrew

func (m *Crew_Output) GetCrew() *crew.Crew

func (*Crew_Output) Marshal

func (m *Crew_Output) Marshal() (dAtA []byte, err error)

func (*Crew_Output) MarshalTo

func (m *Crew_Output) MarshalTo(dAtA []byte) (int, error)

func (*Crew_Output) MarshalToSizedBuffer

func (m *Crew_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Crew_Output) ProtoMessage

func (*Crew_Output) ProtoMessage()

func (*Crew_Output) Reset

func (m *Crew_Output) Reset()

func (*Crew_Output) Size

func (m *Crew_Output) Size() (n int)

func (*Crew_Output) String

func (m *Crew_Output) String() string

func (*Crew_Output) Unmarshal

func (m *Crew_Output) Unmarshal(dAtA []byte) error

func (*Crew_Output) XXX_DiscardUnknown

func (m *Crew_Output) XXX_DiscardUnknown()

func (*Crew_Output) XXX_Marshal

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

func (*Crew_Output) XXX_Merge

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

func (*Crew_Output) XXX_Size

func (m *Crew_Output) XXX_Size() int

func (*Crew_Output) XXX_Unmarshal

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

type Dashboard

type Dashboard struct {
}

func (*Dashboard) Descriptor

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

func (*Dashboard) Marshal

func (m *Dashboard) Marshal() (dAtA []byte, err error)

func (*Dashboard) MarshalTo

func (m *Dashboard) MarshalTo(dAtA []byte) (int, error)

func (*Dashboard) MarshalToSizedBuffer

func (m *Dashboard) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Dashboard) ProtoMessage

func (*Dashboard) ProtoMessage()

func (*Dashboard) Reset

func (m *Dashboard) Reset()

func (*Dashboard) Size

func (m *Dashboard) Size() (n int)

func (*Dashboard) String

func (m *Dashboard) String() string

func (*Dashboard) Unmarshal

func (m *Dashboard) Unmarshal(dAtA []byte) error

func (*Dashboard) XXX_DiscardUnknown

func (m *Dashboard) XXX_DiscardUnknown()

func (*Dashboard) XXX_Marshal

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

func (*Dashboard) XXX_Merge

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

func (*Dashboard) XXX_Size

func (m *Dashboard) XXX_Size() int

func (*Dashboard) XXX_Unmarshal

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

type Dashboard_Input

type Dashboard_Input struct {
}

func (*Dashboard_Input) Descriptor

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

func (*Dashboard_Input) Marshal

func (m *Dashboard_Input) Marshal() (dAtA []byte, err error)

func (*Dashboard_Input) MarshalTo

func (m *Dashboard_Input) MarshalTo(dAtA []byte) (int, error)

func (*Dashboard_Input) MarshalToSizedBuffer

func (m *Dashboard_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Dashboard_Input) ProtoMessage

func (*Dashboard_Input) ProtoMessage()

func (*Dashboard_Input) Reset

func (m *Dashboard_Input) Reset()

func (*Dashboard_Input) Size

func (m *Dashboard_Input) Size() (n int)

func (*Dashboard_Input) String

func (m *Dashboard_Input) String() string

func (*Dashboard_Input) Unmarshal

func (m *Dashboard_Input) Unmarshal(dAtA []byte) error

func (*Dashboard_Input) XXX_DiscardUnknown

func (m *Dashboard_Input) XXX_DiscardUnknown()

func (*Dashboard_Input) XXX_Marshal

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

func (*Dashboard_Input) XXX_Merge

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

func (*Dashboard_Input) XXX_Size

func (m *Dashboard_Input) XXX_Size() int

func (*Dashboard_Input) XXX_Unmarshal

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

type Dashboard_Output

type Dashboard_Output struct {
	Entries *dashboard.Entries `protobuf:"bytes,1,opt,name=entries,proto3" json:"entries,omitempty"`
}

func (*Dashboard_Output) Descriptor

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

func (*Dashboard_Output) GetEntries

func (m *Dashboard_Output) GetEntries() *dashboard.Entries

func (*Dashboard_Output) Marshal

func (m *Dashboard_Output) Marshal() (dAtA []byte, err error)

func (*Dashboard_Output) MarshalTo

func (m *Dashboard_Output) MarshalTo(dAtA []byte) (int, error)

func (*Dashboard_Output) MarshalToSizedBuffer

func (m *Dashboard_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Dashboard_Output) ProtoMessage

func (*Dashboard_Output) ProtoMessage()

func (*Dashboard_Output) Reset

func (m *Dashboard_Output) Reset()

func (*Dashboard_Output) Size

func (m *Dashboard_Output) Size() (n int)

func (*Dashboard_Output) String

func (m *Dashboard_Output) String() string

func (*Dashboard_Output) Unmarshal

func (m *Dashboard_Output) Unmarshal(dAtA []byte) error

func (*Dashboard_Output) XXX_DiscardUnknown

func (m *Dashboard_Output) XXX_DiscardUnknown()

func (*Dashboard_Output) XXX_Marshal

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

func (*Dashboard_Output) XXX_Merge

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

func (*Dashboard_Output) XXX_Size

func (m *Dashboard_Output) XXX_Size() int

func (*Dashboard_Output) XXX_Unmarshal

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

type DevKeyValueFloat

type DevKeyValueFloat struct {
	Key   string `gorm:"primary_key"`
	Value float64
}

type DevKeyValueString

type DevKeyValueString struct {
	Key   string `gorm:"primary_key"`
	Value string
}

type EchoStream

type EchoStream struct {
}

func (*EchoStream) Descriptor

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

func (*EchoStream) Marshal

func (m *EchoStream) Marshal() (dAtA []byte, err error)

func (*EchoStream) MarshalTo

func (m *EchoStream) MarshalTo(dAtA []byte) (int, error)

func (*EchoStream) MarshalToSizedBuffer

func (m *EchoStream) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EchoStream) ProtoMessage

func (*EchoStream) ProtoMessage()

func (*EchoStream) Reset

func (m *EchoStream) Reset()

func (*EchoStream) Size

func (m *EchoStream) Size() (n int)

func (*EchoStream) String

func (m *EchoStream) String() string

func (*EchoStream) Unmarshal

func (m *EchoStream) Unmarshal(dAtA []byte) error

func (*EchoStream) XXX_DiscardUnknown

func (m *EchoStream) XXX_DiscardUnknown()

func (*EchoStream) XXX_Marshal

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

func (*EchoStream) XXX_Merge

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

func (*EchoStream) XXX_Size

func (m *EchoStream) XXX_Size() int

func (*EchoStream) XXX_Unmarshal

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

type EchoStream_Input

type EchoStream_Input struct {
	Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
}

func (*EchoStream_Input) Descriptor

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

func (*EchoStream_Input) GetMsg

func (m *EchoStream_Input) GetMsg() string

func (*EchoStream_Input) Marshal

func (m *EchoStream_Input) Marshal() (dAtA []byte, err error)

func (*EchoStream_Input) MarshalTo

func (m *EchoStream_Input) MarshalTo(dAtA []byte) (int, error)

func (*EchoStream_Input) MarshalToSizedBuffer

func (m *EchoStream_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EchoStream_Input) ProtoMessage

func (*EchoStream_Input) ProtoMessage()

func (*EchoStream_Input) Reset

func (m *EchoStream_Input) Reset()

func (*EchoStream_Input) Size

func (m *EchoStream_Input) Size() (n int)

func (*EchoStream_Input) String

func (m *EchoStream_Input) String() string

func (*EchoStream_Input) Unmarshal

func (m *EchoStream_Input) Unmarshal(dAtA []byte) error

func (*EchoStream_Input) XXX_DiscardUnknown

func (m *EchoStream_Input) XXX_DiscardUnknown()

func (*EchoStream_Input) XXX_Marshal

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

func (*EchoStream_Input) XXX_Merge

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

func (*EchoStream_Input) XXX_Size

func (m *EchoStream_Input) XXX_Size() int

func (*EchoStream_Input) XXX_Unmarshal

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

type EchoStream_Output

type EchoStream_Output struct {
	Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
}

func (*EchoStream_Output) Descriptor

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

func (*EchoStream_Output) GetMsg

func (m *EchoStream_Output) GetMsg() string

func (*EchoStream_Output) Marshal

func (m *EchoStream_Output) Marshal() (dAtA []byte, err error)

func (*EchoStream_Output) MarshalTo

func (m *EchoStream_Output) MarshalTo(dAtA []byte) (int, error)

func (*EchoStream_Output) MarshalToSizedBuffer

func (m *EchoStream_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EchoStream_Output) ProtoMessage

func (*EchoStream_Output) ProtoMessage()

func (*EchoStream_Output) Reset

func (m *EchoStream_Output) Reset()

func (*EchoStream_Output) Size

func (m *EchoStream_Output) Size() (n int)

func (*EchoStream_Output) String

func (m *EchoStream_Output) String() string

func (*EchoStream_Output) Unmarshal

func (m *EchoStream_Output) Unmarshal(dAtA []byte) error

func (*EchoStream_Output) XXX_DiscardUnknown

func (m *EchoStream_Output) XXX_DiscardUnknown()

func (*EchoStream_Output) XXX_Marshal

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

func (*EchoStream_Output) XXX_Merge

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

func (*EchoStream_Output) XXX_Size

func (m *EchoStream_Output) XXX_Size() int

func (*EchoStream_Output) XXX_Unmarshal

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

type Hackz

type Hackz struct {
}

func (*Hackz) Descriptor

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

func (*Hackz) Marshal

func (m *Hackz) Marshal() (dAtA []byte, err error)

func (*Hackz) MarshalTo

func (m *Hackz) MarshalTo(dAtA []byte) (int, error)

func (*Hackz) MarshalToSizedBuffer

func (m *Hackz) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Hackz) ProtoMessage

func (*Hackz) ProtoMessage()

func (*Hackz) Reset

func (m *Hackz) Reset()

func (*Hackz) Size

func (m *Hackz) Size() (n int)

func (*Hackz) String

func (m *Hackz) String() string

func (*Hackz) Unmarshal

func (m *Hackz) Unmarshal(dAtA []byte) error

func (*Hackz) XXX_DiscardUnknown

func (m *Hackz) XXX_DiscardUnknown()

func (*Hackz) XXX_Marshal

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

func (*Hackz) XXX_Merge

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

func (*Hackz) XXX_Size

func (m *Hackz) XXX_Size() int

func (*Hackz) XXX_Unmarshal

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

type Hackz_Input

type Hackz_Input struct {
}

func (*Hackz_Input) Descriptor

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

func (*Hackz_Input) Marshal

func (m *Hackz_Input) Marshal() (dAtA []byte, err error)

func (*Hackz_Input) MarshalTo

func (m *Hackz_Input) MarshalTo(dAtA []byte) (int, error)

func (*Hackz_Input) MarshalToSizedBuffer

func (m *Hackz_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Hackz_Input) ProtoMessage

func (*Hackz_Input) ProtoMessage()

func (*Hackz_Input) Reset

func (m *Hackz_Input) Reset()

func (*Hackz_Input) Size

func (m *Hackz_Input) Size() (n int)

func (*Hackz_Input) String

func (m *Hackz_Input) String() string

func (*Hackz_Input) Unmarshal

func (m *Hackz_Input) Unmarshal(dAtA []byte) error

func (*Hackz_Input) XXX_DiscardUnknown

func (m *Hackz_Input) XXX_DiscardUnknown()

func (*Hackz_Input) XXX_Marshal

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

func (*Hackz_Input) XXX_Merge

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

func (*Hackz_Input) XXX_Size

func (m *Hackz_Input) XXX_Size() int

func (*Hackz_Input) XXX_Unmarshal

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

type Hackz_Output

type Hackz_Output struct {
	Entries *dashboard.Entries `protobuf:"bytes,1,opt,name=entries,proto3" json:"entries,omitempty"`
}

func (*Hackz_Output) Descriptor

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

func (*Hackz_Output) GetEntries

func (m *Hackz_Output) GetEntries() *dashboard.Entries

func (*Hackz_Output) Marshal

func (m *Hackz_Output) Marshal() (dAtA []byte, err error)

func (*Hackz_Output) MarshalTo

func (m *Hackz_Output) MarshalTo(dAtA []byte) (int, error)

func (*Hackz_Output) MarshalToSizedBuffer

func (m *Hackz_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Hackz_Output) ProtoMessage

func (*Hackz_Output) ProtoMessage()

func (*Hackz_Output) Reset

func (m *Hackz_Output) Reset()

func (*Hackz_Output) Size

func (m *Hackz_Output) Size() (n int)

func (*Hackz_Output) String

func (m *Hackz_Output) String() string

func (*Hackz_Output) Unmarshal

func (m *Hackz_Output) Unmarshal(dAtA []byte) error

func (*Hackz_Output) XXX_DiscardUnknown

func (m *Hackz_Output) XXX_DiscardUnknown()

func (*Hackz_Output) XXX_Marshal

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

func (*Hackz_Output) XXX_Merge

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

func (*Hackz_Output) XXX_Size

func (m *Hackz_Output) XXX_Size() int

func (*Hackz_Output) XXX_Unmarshal

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

type KeyValueFloatGet

type KeyValueFloatGet struct {
}

func (*KeyValueFloatGet) Descriptor

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

func (*KeyValueFloatGet) Marshal

func (m *KeyValueFloatGet) Marshal() (dAtA []byte, err error)

func (*KeyValueFloatGet) MarshalTo

func (m *KeyValueFloatGet) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueFloatGet) MarshalToSizedBuffer

func (m *KeyValueFloatGet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueFloatGet) ProtoMessage

func (*KeyValueFloatGet) ProtoMessage()

func (*KeyValueFloatGet) Reset

func (m *KeyValueFloatGet) Reset()

func (*KeyValueFloatGet) Size

func (m *KeyValueFloatGet) Size() (n int)

func (*KeyValueFloatGet) String

func (m *KeyValueFloatGet) String() string

func (*KeyValueFloatGet) Unmarshal

func (m *KeyValueFloatGet) Unmarshal(dAtA []byte) error

func (*KeyValueFloatGet) XXX_DiscardUnknown

func (m *KeyValueFloatGet) XXX_DiscardUnknown()

func (*KeyValueFloatGet) XXX_Marshal

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

func (*KeyValueFloatGet) XXX_Merge

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

func (*KeyValueFloatGet) XXX_Size

func (m *KeyValueFloatGet) XXX_Size() int

func (*KeyValueFloatGet) XXX_Unmarshal

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

type KeyValueFloatGet_Input

type KeyValueFloatGet_Input struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}

func (*KeyValueFloatGet_Input) Descriptor

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

func (*KeyValueFloatGet_Input) GetKey

func (m *KeyValueFloatGet_Input) GetKey() string

func (*KeyValueFloatGet_Input) Marshal

func (m *KeyValueFloatGet_Input) Marshal() (dAtA []byte, err error)

func (*KeyValueFloatGet_Input) MarshalTo

func (m *KeyValueFloatGet_Input) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueFloatGet_Input) MarshalToSizedBuffer

func (m *KeyValueFloatGet_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueFloatGet_Input) ProtoMessage

func (*KeyValueFloatGet_Input) ProtoMessage()

func (*KeyValueFloatGet_Input) Reset

func (m *KeyValueFloatGet_Input) Reset()

func (*KeyValueFloatGet_Input) Size

func (m *KeyValueFloatGet_Input) Size() (n int)

func (*KeyValueFloatGet_Input) String

func (m *KeyValueFloatGet_Input) String() string

func (*KeyValueFloatGet_Input) Unmarshal

func (m *KeyValueFloatGet_Input) Unmarshal(dAtA []byte) error

func (*KeyValueFloatGet_Input) XXX_DiscardUnknown

func (m *KeyValueFloatGet_Input) XXX_DiscardUnknown()

func (*KeyValueFloatGet_Input) XXX_Marshal

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

func (*KeyValueFloatGet_Input) XXX_Merge

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

func (*KeyValueFloatGet_Input) XXX_Size

func (m *KeyValueFloatGet_Input) XXX_Size() int

func (*KeyValueFloatGet_Input) XXX_Unmarshal

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

type KeyValueFloatGet_Output

type KeyValueFloatGet_Output struct {
	Value float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*KeyValueFloatGet_Output) Descriptor

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

func (*KeyValueFloatGet_Output) GetValue

func (m *KeyValueFloatGet_Output) GetValue() float64

func (*KeyValueFloatGet_Output) Marshal

func (m *KeyValueFloatGet_Output) Marshal() (dAtA []byte, err error)

func (*KeyValueFloatGet_Output) MarshalTo

func (m *KeyValueFloatGet_Output) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueFloatGet_Output) MarshalToSizedBuffer

func (m *KeyValueFloatGet_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueFloatGet_Output) ProtoMessage

func (*KeyValueFloatGet_Output) ProtoMessage()

func (*KeyValueFloatGet_Output) Reset

func (m *KeyValueFloatGet_Output) Reset()

func (*KeyValueFloatGet_Output) Size

func (m *KeyValueFloatGet_Output) Size() (n int)

func (*KeyValueFloatGet_Output) String

func (m *KeyValueFloatGet_Output) String() string

func (*KeyValueFloatGet_Output) Unmarshal

func (m *KeyValueFloatGet_Output) Unmarshal(dAtA []byte) error

func (*KeyValueFloatGet_Output) XXX_DiscardUnknown

func (m *KeyValueFloatGet_Output) XXX_DiscardUnknown()

func (*KeyValueFloatGet_Output) XXX_Marshal

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

func (*KeyValueFloatGet_Output) XXX_Merge

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

func (*KeyValueFloatGet_Output) XXX_Size

func (m *KeyValueFloatGet_Output) XXX_Size() int

func (*KeyValueFloatGet_Output) XXX_Unmarshal

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

type KeyValueFloatSet

type KeyValueFloatSet struct {
}

func (*KeyValueFloatSet) Descriptor

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

func (*KeyValueFloatSet) Marshal

func (m *KeyValueFloatSet) Marshal() (dAtA []byte, err error)

func (*KeyValueFloatSet) MarshalTo

func (m *KeyValueFloatSet) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueFloatSet) MarshalToSizedBuffer

func (m *KeyValueFloatSet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueFloatSet) ProtoMessage

func (*KeyValueFloatSet) ProtoMessage()

func (*KeyValueFloatSet) Reset

func (m *KeyValueFloatSet) Reset()

func (*KeyValueFloatSet) Size

func (m *KeyValueFloatSet) Size() (n int)

func (*KeyValueFloatSet) String

func (m *KeyValueFloatSet) String() string

func (*KeyValueFloatSet) Unmarshal

func (m *KeyValueFloatSet) Unmarshal(dAtA []byte) error

func (*KeyValueFloatSet) XXX_DiscardUnknown

func (m *KeyValueFloatSet) XXX_DiscardUnknown()

func (*KeyValueFloatSet) XXX_Marshal

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

func (*KeyValueFloatSet) XXX_Merge

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

func (*KeyValueFloatSet) XXX_Size

func (m *KeyValueFloatSet) XXX_Size() int

func (*KeyValueFloatSet) XXX_Unmarshal

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

type KeyValueFloatSet_Input

type KeyValueFloatSet_Input struct {
	Key   string  `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*KeyValueFloatSet_Input) Descriptor

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

func (*KeyValueFloatSet_Input) GetKey

func (m *KeyValueFloatSet_Input) GetKey() string

func (*KeyValueFloatSet_Input) GetValue

func (m *KeyValueFloatSet_Input) GetValue() float64

func (*KeyValueFloatSet_Input) Marshal

func (m *KeyValueFloatSet_Input) Marshal() (dAtA []byte, err error)

func (*KeyValueFloatSet_Input) MarshalTo

func (m *KeyValueFloatSet_Input) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueFloatSet_Input) MarshalToSizedBuffer

func (m *KeyValueFloatSet_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueFloatSet_Input) ProtoMessage

func (*KeyValueFloatSet_Input) ProtoMessage()

func (*KeyValueFloatSet_Input) Reset

func (m *KeyValueFloatSet_Input) Reset()

func (*KeyValueFloatSet_Input) Size

func (m *KeyValueFloatSet_Input) Size() (n int)

func (*KeyValueFloatSet_Input) String

func (m *KeyValueFloatSet_Input) String() string

func (*KeyValueFloatSet_Input) Unmarshal

func (m *KeyValueFloatSet_Input) Unmarshal(dAtA []byte) error

func (*KeyValueFloatSet_Input) XXX_DiscardUnknown

func (m *KeyValueFloatSet_Input) XXX_DiscardUnknown()

func (*KeyValueFloatSet_Input) XXX_Marshal

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

func (*KeyValueFloatSet_Input) XXX_Merge

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

func (*KeyValueFloatSet_Input) XXX_Size

func (m *KeyValueFloatSet_Input) XXX_Size() int

func (*KeyValueFloatSet_Input) XXX_Unmarshal

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

type KeyValueFloatSet_Output

type KeyValueFloatSet_Output struct {
}

func (*KeyValueFloatSet_Output) Descriptor

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

func (*KeyValueFloatSet_Output) Marshal

func (m *KeyValueFloatSet_Output) Marshal() (dAtA []byte, err error)

func (*KeyValueFloatSet_Output) MarshalTo

func (m *KeyValueFloatSet_Output) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueFloatSet_Output) MarshalToSizedBuffer

func (m *KeyValueFloatSet_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueFloatSet_Output) ProtoMessage

func (*KeyValueFloatSet_Output) ProtoMessage()

func (*KeyValueFloatSet_Output) Reset

func (m *KeyValueFloatSet_Output) Reset()

func (*KeyValueFloatSet_Output) Size

func (m *KeyValueFloatSet_Output) Size() (n int)

func (*KeyValueFloatSet_Output) String

func (m *KeyValueFloatSet_Output) String() string

func (*KeyValueFloatSet_Output) Unmarshal

func (m *KeyValueFloatSet_Output) Unmarshal(dAtA []byte) error

func (*KeyValueFloatSet_Output) XXX_DiscardUnknown

func (m *KeyValueFloatSet_Output) XXX_DiscardUnknown()

func (*KeyValueFloatSet_Output) XXX_Marshal

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

func (*KeyValueFloatSet_Output) XXX_Merge

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

func (*KeyValueFloatSet_Output) XXX_Size

func (m *KeyValueFloatSet_Output) XXX_Size() int

func (*KeyValueFloatSet_Output) XXX_Unmarshal

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

type KeyValueStringGet

type KeyValueStringGet struct {
}

func (*KeyValueStringGet) Descriptor

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

func (*KeyValueStringGet) Marshal

func (m *KeyValueStringGet) Marshal() (dAtA []byte, err error)

func (*KeyValueStringGet) MarshalTo

func (m *KeyValueStringGet) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueStringGet) MarshalToSizedBuffer

func (m *KeyValueStringGet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueStringGet) ProtoMessage

func (*KeyValueStringGet) ProtoMessage()

func (*KeyValueStringGet) Reset

func (m *KeyValueStringGet) Reset()

func (*KeyValueStringGet) Size

func (m *KeyValueStringGet) Size() (n int)

func (*KeyValueStringGet) String

func (m *KeyValueStringGet) String() string

func (*KeyValueStringGet) Unmarshal

func (m *KeyValueStringGet) Unmarshal(dAtA []byte) error

func (*KeyValueStringGet) XXX_DiscardUnknown

func (m *KeyValueStringGet) XXX_DiscardUnknown()

func (*KeyValueStringGet) XXX_Marshal

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

func (*KeyValueStringGet) XXX_Merge

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

func (*KeyValueStringGet) XXX_Size

func (m *KeyValueStringGet) XXX_Size() int

func (*KeyValueStringGet) XXX_Unmarshal

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

type KeyValueStringGet_Input

type KeyValueStringGet_Input struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}

func (*KeyValueStringGet_Input) Descriptor

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

func (*KeyValueStringGet_Input) GetKey

func (m *KeyValueStringGet_Input) GetKey() string

func (*KeyValueStringGet_Input) Marshal

func (m *KeyValueStringGet_Input) Marshal() (dAtA []byte, err error)

func (*KeyValueStringGet_Input) MarshalTo

func (m *KeyValueStringGet_Input) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueStringGet_Input) MarshalToSizedBuffer

func (m *KeyValueStringGet_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueStringGet_Input) ProtoMessage

func (*KeyValueStringGet_Input) ProtoMessage()

func (*KeyValueStringGet_Input) Reset

func (m *KeyValueStringGet_Input) Reset()

func (*KeyValueStringGet_Input) Size

func (m *KeyValueStringGet_Input) Size() (n int)

func (*KeyValueStringGet_Input) String

func (m *KeyValueStringGet_Input) String() string

func (*KeyValueStringGet_Input) Unmarshal

func (m *KeyValueStringGet_Input) Unmarshal(dAtA []byte) error

func (*KeyValueStringGet_Input) XXX_DiscardUnknown

func (m *KeyValueStringGet_Input) XXX_DiscardUnknown()

func (*KeyValueStringGet_Input) XXX_Marshal

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

func (*KeyValueStringGet_Input) XXX_Merge

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

func (*KeyValueStringGet_Input) XXX_Size

func (m *KeyValueStringGet_Input) XXX_Size() int

func (*KeyValueStringGet_Input) XXX_Unmarshal

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

type KeyValueStringGet_Output

type KeyValueStringGet_Output struct {
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*KeyValueStringGet_Output) Descriptor

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

func (*KeyValueStringGet_Output) GetValue

func (m *KeyValueStringGet_Output) GetValue() string

func (*KeyValueStringGet_Output) Marshal

func (m *KeyValueStringGet_Output) Marshal() (dAtA []byte, err error)

func (*KeyValueStringGet_Output) MarshalTo

func (m *KeyValueStringGet_Output) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueStringGet_Output) MarshalToSizedBuffer

func (m *KeyValueStringGet_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueStringGet_Output) ProtoMessage

func (*KeyValueStringGet_Output) ProtoMessage()

func (*KeyValueStringGet_Output) Reset

func (m *KeyValueStringGet_Output) Reset()

func (*KeyValueStringGet_Output) Size

func (m *KeyValueStringGet_Output) Size() (n int)

func (*KeyValueStringGet_Output) String

func (m *KeyValueStringGet_Output) String() string

func (*KeyValueStringGet_Output) Unmarshal

func (m *KeyValueStringGet_Output) Unmarshal(dAtA []byte) error

func (*KeyValueStringGet_Output) XXX_DiscardUnknown

func (m *KeyValueStringGet_Output) XXX_DiscardUnknown()

func (*KeyValueStringGet_Output) XXX_Marshal

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

func (*KeyValueStringGet_Output) XXX_Merge

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

func (*KeyValueStringGet_Output) XXX_Size

func (m *KeyValueStringGet_Output) XXX_Size() int

func (*KeyValueStringGet_Output) XXX_Unmarshal

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

type KeyValueStringSet

type KeyValueStringSet struct {
}

func (*KeyValueStringSet) Descriptor

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

func (*KeyValueStringSet) Marshal

func (m *KeyValueStringSet) Marshal() (dAtA []byte, err error)

func (*KeyValueStringSet) MarshalTo

func (m *KeyValueStringSet) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueStringSet) MarshalToSizedBuffer

func (m *KeyValueStringSet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueStringSet) ProtoMessage

func (*KeyValueStringSet) ProtoMessage()

func (*KeyValueStringSet) Reset

func (m *KeyValueStringSet) Reset()

func (*KeyValueStringSet) Size

func (m *KeyValueStringSet) Size() (n int)

func (*KeyValueStringSet) String

func (m *KeyValueStringSet) String() string

func (*KeyValueStringSet) Unmarshal

func (m *KeyValueStringSet) Unmarshal(dAtA []byte) error

func (*KeyValueStringSet) XXX_DiscardUnknown

func (m *KeyValueStringSet) XXX_DiscardUnknown()

func (*KeyValueStringSet) XXX_Marshal

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

func (*KeyValueStringSet) XXX_Merge

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

func (*KeyValueStringSet) XXX_Size

func (m *KeyValueStringSet) XXX_Size() int

func (*KeyValueStringSet) XXX_Unmarshal

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

type KeyValueStringSet_Input

type KeyValueStringSet_Input struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*KeyValueStringSet_Input) Descriptor

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

func (*KeyValueStringSet_Input) GetKey

func (m *KeyValueStringSet_Input) GetKey() string

func (*KeyValueStringSet_Input) GetValue

func (m *KeyValueStringSet_Input) GetValue() string

func (*KeyValueStringSet_Input) Marshal

func (m *KeyValueStringSet_Input) Marshal() (dAtA []byte, err error)

func (*KeyValueStringSet_Input) MarshalTo

func (m *KeyValueStringSet_Input) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueStringSet_Input) MarshalToSizedBuffer

func (m *KeyValueStringSet_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueStringSet_Input) ProtoMessage

func (*KeyValueStringSet_Input) ProtoMessage()

func (*KeyValueStringSet_Input) Reset

func (m *KeyValueStringSet_Input) Reset()

func (*KeyValueStringSet_Input) Size

func (m *KeyValueStringSet_Input) Size() (n int)

func (*KeyValueStringSet_Input) String

func (m *KeyValueStringSet_Input) String() string

func (*KeyValueStringSet_Input) Unmarshal

func (m *KeyValueStringSet_Input) Unmarshal(dAtA []byte) error

func (*KeyValueStringSet_Input) XXX_DiscardUnknown

func (m *KeyValueStringSet_Input) XXX_DiscardUnknown()

func (*KeyValueStringSet_Input) XXX_Marshal

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

func (*KeyValueStringSet_Input) XXX_Merge

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

func (*KeyValueStringSet_Input) XXX_Size

func (m *KeyValueStringSet_Input) XXX_Size() int

func (*KeyValueStringSet_Input) XXX_Unmarshal

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

type KeyValueStringSet_Output

type KeyValueStringSet_Output struct {
}

func (*KeyValueStringSet_Output) Descriptor

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

func (*KeyValueStringSet_Output) Marshal

func (m *KeyValueStringSet_Output) Marshal() (dAtA []byte, err error)

func (*KeyValueStringSet_Output) MarshalTo

func (m *KeyValueStringSet_Output) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueStringSet_Output) MarshalToSizedBuffer

func (m *KeyValueStringSet_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueStringSet_Output) ProtoMessage

func (*KeyValueStringSet_Output) ProtoMessage()

func (*KeyValueStringSet_Output) Reset

func (m *KeyValueStringSet_Output) Reset()

func (*KeyValueStringSet_Output) Size

func (m *KeyValueStringSet_Output) Size() (n int)

func (*KeyValueStringSet_Output) String

func (m *KeyValueStringSet_Output) String() string

func (*KeyValueStringSet_Output) Unmarshal

func (m *KeyValueStringSet_Output) Unmarshal(dAtA []byte) error

func (*KeyValueStringSet_Output) XXX_DiscardUnknown

func (m *KeyValueStringSet_Output) XXX_DiscardUnknown()

func (*KeyValueStringSet_Output) XXX_Marshal

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

func (*KeyValueStringSet_Output) XXX_Merge

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

func (*KeyValueStringSet_Output) XXX_Size

func (m *KeyValueStringSet_Output) XXX_Size() int

func (*KeyValueStringSet_Output) XXX_Unmarshal

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

type Kryptos

type Kryptos struct {
}

func (*Kryptos) Descriptor

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

func (*Kryptos) Marshal

func (m *Kryptos) Marshal() (dAtA []byte, err error)

func (*Kryptos) MarshalTo

func (m *Kryptos) MarshalTo(dAtA []byte) (int, error)

func (*Kryptos) MarshalToSizedBuffer

func (m *Kryptos) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Kryptos) ProtoMessage

func (*Kryptos) ProtoMessage()

func (*Kryptos) Reset

func (m *Kryptos) Reset()

func (*Kryptos) Size

func (m *Kryptos) Size() (n int)

func (*Kryptos) String

func (m *Kryptos) String() string

func (*Kryptos) Unmarshal

func (m *Kryptos) Unmarshal(dAtA []byte) error

func (*Kryptos) XXX_DiscardUnknown

func (m *Kryptos) XXX_DiscardUnknown()

func (*Kryptos) XXX_Marshal

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

func (*Kryptos) XXX_Merge

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

func (*Kryptos) XXX_Size

func (m *Kryptos) XXX_Size() int

func (*Kryptos) XXX_Unmarshal

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

type Kryptos_Input

type Kryptos_Input struct {
	From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
}

func (*Kryptos_Input) Descriptor

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

func (*Kryptos_Input) GetFrom

func (m *Kryptos_Input) GetFrom() string

func (*Kryptos_Input) Marshal

func (m *Kryptos_Input) Marshal() (dAtA []byte, err error)

func (*Kryptos_Input) MarshalTo

func (m *Kryptos_Input) MarshalTo(dAtA []byte) (int, error)

func (*Kryptos_Input) MarshalToSizedBuffer

func (m *Kryptos_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Kryptos_Input) ProtoMessage

func (*Kryptos_Input) ProtoMessage()

func (*Kryptos_Input) Reset

func (m *Kryptos_Input) Reset()

func (*Kryptos_Input) Size

func (m *Kryptos_Input) Size() (n int)

func (*Kryptos_Input) String

func (m *Kryptos_Input) String() string

func (*Kryptos_Input) Unmarshal

func (m *Kryptos_Input) Unmarshal(dAtA []byte) error

func (*Kryptos_Input) XXX_DiscardUnknown

func (m *Kryptos_Input) XXX_DiscardUnknown()

func (*Kryptos_Input) XXX_Marshal

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

func (*Kryptos_Input) XXX_Merge

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

func (*Kryptos_Input) XXX_Size

func (m *Kryptos_Input) XXX_Size() int

func (*Kryptos_Input) XXX_Unmarshal

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

type Kryptos_Output

type Kryptos_Output struct {
	To string `protobuf:"bytes,1,opt,name=to,proto3" json:"to,omitempty"`
}

func (*Kryptos_Output) Descriptor

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

func (*Kryptos_Output) GetTo

func (m *Kryptos_Output) GetTo() string

func (*Kryptos_Output) Marshal

func (m *Kryptos_Output) Marshal() (dAtA []byte, err error)

func (*Kryptos_Output) MarshalTo

func (m *Kryptos_Output) MarshalTo(dAtA []byte) (int, error)

func (*Kryptos_Output) MarshalToSizedBuffer

func (m *Kryptos_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Kryptos_Output) ProtoMessage

func (*Kryptos_Output) ProtoMessage()

func (*Kryptos_Output) Reset

func (m *Kryptos_Output) Reset()

func (*Kryptos_Output) Size

func (m *Kryptos_Output) Size() (n int)

func (*Kryptos_Output) String

func (m *Kryptos_Output) String() string

func (*Kryptos_Output) Unmarshal

func (m *Kryptos_Output) Unmarshal(dAtA []byte) error

func (*Kryptos_Output) XXX_DiscardUnknown

func (m *Kryptos_Output) XXX_DiscardUnknown()

func (*Kryptos_Output) XXX_Marshal

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

func (*Kryptos_Output) XXX_Merge

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

func (*Kryptos_Output) XXX_Size

func (m *Kryptos_Output) XXX_Size() int

func (*Kryptos_Output) XXX_Unmarshal

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

type Metrics

type Metrics struct {
}

func (*Metrics) Descriptor

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

func (*Metrics) Marshal

func (m *Metrics) Marshal() (dAtA []byte, err error)

func (*Metrics) MarshalTo

func (m *Metrics) MarshalTo(dAtA []byte) (int, error)

func (*Metrics) MarshalToSizedBuffer

func (m *Metrics) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Metrics) ProtoMessage

func (*Metrics) ProtoMessage()

func (*Metrics) Reset

func (m *Metrics) Reset()

func (*Metrics) Size

func (m *Metrics) Size() (n int)

func (*Metrics) String

func (m *Metrics) String() string

func (*Metrics) Unmarshal

func (m *Metrics) Unmarshal(dAtA []byte) error

func (*Metrics) XXX_DiscardUnknown

func (m *Metrics) XXX_DiscardUnknown()

func (*Metrics) XXX_Marshal

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

func (*Metrics) XXX_Merge

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

func (*Metrics) XXX_Size

func (m *Metrics) XXX_Size() int

func (*Metrics) XXX_Unmarshal

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

type Metrics_Input

type Metrics_Input struct {
}

func (*Metrics_Input) Descriptor

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

func (*Metrics_Input) Marshal

func (m *Metrics_Input) Marshal() (dAtA []byte, err error)

func (*Metrics_Input) MarshalTo

func (m *Metrics_Input) MarshalTo(dAtA []byte) (int, error)

func (*Metrics_Input) MarshalToSizedBuffer

func (m *Metrics_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Metrics_Input) ProtoMessage

func (*Metrics_Input) ProtoMessage()

func (*Metrics_Input) Reset

func (m *Metrics_Input) Reset()

func (*Metrics_Input) Size

func (m *Metrics_Input) Size() (n int)

func (*Metrics_Input) String

func (m *Metrics_Input) String() string

func (*Metrics_Input) Unmarshal

func (m *Metrics_Input) Unmarshal(dAtA []byte) error

func (*Metrics_Input) XXX_DiscardUnknown

func (m *Metrics_Input) XXX_DiscardUnknown()

func (*Metrics_Input) XXX_Marshal

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

func (*Metrics_Input) XXX_Merge

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

func (*Metrics_Input) XXX_Size

func (m *Metrics_Input) XXX_Size() int

func (*Metrics_Input) XXX_Unmarshal

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

type Metrics_Output

type Metrics_Output struct {
	StaticBoxSize     int32  `protobuf:"varint,1,opt,name=static_box_size,json=staticBoxSize,proto3" json:"static_box_size,omitempty"`
	ServerStartTime   string `protobuf:"bytes,2,opt,name=server_start_time,json=serverStartTime,proto3" json:"server_start_time,omitempty"`
	ServerCurrentTime string `protobuf:"bytes,3,opt,name=server_current_time,json=serverCurrentTime,proto3" json:"server_current_time,omitempty"`
	ServerUptime      string `protobuf:"bytes,4,opt,name=server_uptime,json=serverUptime,proto3" json:"server_uptime,omitempty"`
}

func (*Metrics_Output) Descriptor

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

func (*Metrics_Output) GetServerCurrentTime

func (m *Metrics_Output) GetServerCurrentTime() string

func (*Metrics_Output) GetServerStartTime

func (m *Metrics_Output) GetServerStartTime() string

func (*Metrics_Output) GetServerUptime

func (m *Metrics_Output) GetServerUptime() string

func (*Metrics_Output) GetStaticBoxSize

func (m *Metrics_Output) GetStaticBoxSize() int32

func (*Metrics_Output) Marshal

func (m *Metrics_Output) Marshal() (dAtA []byte, err error)

func (*Metrics_Output) MarshalTo

func (m *Metrics_Output) MarshalTo(dAtA []byte) (int, error)

func (*Metrics_Output) MarshalToSizedBuffer

func (m *Metrics_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Metrics_Output) ProtoMessage

func (*Metrics_Output) ProtoMessage()

func (*Metrics_Output) Reset

func (m *Metrics_Output) Reset()

func (*Metrics_Output) Size

func (m *Metrics_Output) Size() (n int)

func (*Metrics_Output) String

func (m *Metrics_Output) String() string

func (*Metrics_Output) Unmarshal

func (m *Metrics_Output) Unmarshal(dAtA []byte) error

func (*Metrics_Output) XXX_DiscardUnknown

func (m *Metrics_Output) XXX_DiscardUnknown()

func (*Metrics_Output) XXX_Marshal

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

func (*Metrics_Output) XXX_Merge

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

func (*Metrics_Output) XXX_Size

func (m *Metrics_Output) XXX_Size() int

func (*Metrics_Output) XXX_Unmarshal

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

type Moijaime

type Moijaime struct {
}

func (*Moijaime) Descriptor

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

func (*Moijaime) Marshal

func (m *Moijaime) Marshal() (dAtA []byte, err error)

func (*Moijaime) MarshalTo

func (m *Moijaime) MarshalTo(dAtA []byte) (int, error)

func (*Moijaime) MarshalToSizedBuffer

func (m *Moijaime) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Moijaime) ProtoMessage

func (*Moijaime) ProtoMessage()

func (*Moijaime) Reset

func (m *Moijaime) Reset()

func (*Moijaime) Size

func (m *Moijaime) Size() (n int)

func (*Moijaime) String

func (m *Moijaime) String() string

func (*Moijaime) Unmarshal

func (m *Moijaime) Unmarshal(dAtA []byte) error

func (*Moijaime) XXX_DiscardUnknown

func (m *Moijaime) XXX_DiscardUnknown()

func (*Moijaime) XXX_Marshal

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

func (*Moijaime) XXX_Merge

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

func (*Moijaime) XXX_Size

func (m *Moijaime) XXX_Size() int

func (*Moijaime) XXX_Unmarshal

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

type Moijaime_Input

type Moijaime_Input struct {
}

func (*Moijaime_Input) Descriptor

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

func (*Moijaime_Input) Marshal

func (m *Moijaime_Input) Marshal() (dAtA []byte, err error)

func (*Moijaime_Input) MarshalTo

func (m *Moijaime_Input) MarshalTo(dAtA []byte) (int, error)

func (*Moijaime_Input) MarshalToSizedBuffer

func (m *Moijaime_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Moijaime_Input) ProtoMessage

func (*Moijaime_Input) ProtoMessage()

func (*Moijaime_Input) Reset

func (m *Moijaime_Input) Reset()

func (*Moijaime_Input) Size

func (m *Moijaime_Input) Size() (n int)

func (*Moijaime_Input) String

func (m *Moijaime_Input) String() string

func (*Moijaime_Input) Unmarshal

func (m *Moijaime_Input) Unmarshal(dAtA []byte) error

func (*Moijaime_Input) XXX_DiscardUnknown

func (m *Moijaime_Input) XXX_DiscardUnknown()

func (*Moijaime_Input) XXX_Marshal

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

func (*Moijaime_Input) XXX_Merge

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

func (*Moijaime_Input) XXX_Size

func (m *Moijaime_Input) XXX_Size() int

func (*Moijaime_Input) XXX_Unmarshal

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

type Moijaime_Output

type Moijaime_Output struct {
	Kiffs []string `protobuf:"bytes,1,rep,name=kiffs,proto3" json:"kiffs,omitempty"`
}

func (*Moijaime_Output) Descriptor

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

func (*Moijaime_Output) GetKiffs

func (m *Moijaime_Output) GetKiffs() []string

func (*Moijaime_Output) Marshal

func (m *Moijaime_Output) Marshal() (dAtA []byte, err error)

func (*Moijaime_Output) MarshalTo

func (m *Moijaime_Output) MarshalTo(dAtA []byte) (int, error)

func (*Moijaime_Output) MarshalToSizedBuffer

func (m *Moijaime_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Moijaime_Output) ProtoMessage

func (*Moijaime_Output) ProtoMessage()

func (*Moijaime_Output) Reset

func (m *Moijaime_Output) Reset()

func (*Moijaime_Output) Size

func (m *Moijaime_Output) Size() (n int)

func (*Moijaime_Output) String

func (m *Moijaime_Output) String() string

func (*Moijaime_Output) Unmarshal

func (m *Moijaime_Output) Unmarshal(dAtA []byte) error

func (*Moijaime_Output) XXX_DiscardUnknown

func (m *Moijaime_Output) XXX_DiscardUnknown()

func (*Moijaime_Output) XXX_Marshal

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

func (*Moijaime_Output) XXX_Merge

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

func (*Moijaime_Output) XXX_Size

func (m *Moijaime_Output) XXX_Size() int

func (*Moijaime_Output) XXX_Unmarshal

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

type NumberSetIfBigger

type NumberSetIfBigger struct {
}

func (*NumberSetIfBigger) Descriptor

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

func (*NumberSetIfBigger) Marshal

func (m *NumberSetIfBigger) Marshal() (dAtA []byte, err error)

func (*NumberSetIfBigger) MarshalTo

func (m *NumberSetIfBigger) MarshalTo(dAtA []byte) (int, error)

func (*NumberSetIfBigger) MarshalToSizedBuffer

func (m *NumberSetIfBigger) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NumberSetIfBigger) ProtoMessage

func (*NumberSetIfBigger) ProtoMessage()

func (*NumberSetIfBigger) Reset

func (m *NumberSetIfBigger) Reset()

func (*NumberSetIfBigger) Size

func (m *NumberSetIfBigger) Size() (n int)

func (*NumberSetIfBigger) String

func (m *NumberSetIfBigger) String() string

func (*NumberSetIfBigger) Unmarshal

func (m *NumberSetIfBigger) Unmarshal(dAtA []byte) error

func (*NumberSetIfBigger) XXX_DiscardUnknown

func (m *NumberSetIfBigger) XXX_DiscardUnknown()

func (*NumberSetIfBigger) XXX_Marshal

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

func (*NumberSetIfBigger) XXX_Merge

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

func (*NumberSetIfBigger) XXX_Size

func (m *NumberSetIfBigger) XXX_Size() int

func (*NumberSetIfBigger) XXX_Unmarshal

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

type NumberSetIfBigger_Input

type NumberSetIfBigger_Input struct {
	Key   string  `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*NumberSetIfBigger_Input) Descriptor

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

func (*NumberSetIfBigger_Input) GetKey

func (m *NumberSetIfBigger_Input) GetKey() string

func (*NumberSetIfBigger_Input) GetValue

func (m *NumberSetIfBigger_Input) GetValue() float64

func (*NumberSetIfBigger_Input) Marshal

func (m *NumberSetIfBigger_Input) Marshal() (dAtA []byte, err error)

func (*NumberSetIfBigger_Input) MarshalTo

func (m *NumberSetIfBigger_Input) MarshalTo(dAtA []byte) (int, error)

func (*NumberSetIfBigger_Input) MarshalToSizedBuffer

func (m *NumberSetIfBigger_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NumberSetIfBigger_Input) ProtoMessage

func (*NumberSetIfBigger_Input) ProtoMessage()

func (*NumberSetIfBigger_Input) Reset

func (m *NumberSetIfBigger_Input) Reset()

func (*NumberSetIfBigger_Input) Size

func (m *NumberSetIfBigger_Input) Size() (n int)

func (*NumberSetIfBigger_Input) String

func (m *NumberSetIfBigger_Input) String() string

func (*NumberSetIfBigger_Input) Unmarshal

func (m *NumberSetIfBigger_Input) Unmarshal(dAtA []byte) error

func (*NumberSetIfBigger_Input) XXX_DiscardUnknown

func (m *NumberSetIfBigger_Input) XXX_DiscardUnknown()

func (*NumberSetIfBigger_Input) XXX_Marshal

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

func (*NumberSetIfBigger_Input) XXX_Merge

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

func (*NumberSetIfBigger_Input) XXX_Size

func (m *NumberSetIfBigger_Input) XXX_Size() int

func (*NumberSetIfBigger_Input) XXX_Unmarshal

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

type NumberSetIfBigger_Output

type NumberSetIfBigger_Output struct {
	Value float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*NumberSetIfBigger_Output) Descriptor

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

func (*NumberSetIfBigger_Output) GetValue

func (m *NumberSetIfBigger_Output) GetValue() float64

func (*NumberSetIfBigger_Output) Marshal

func (m *NumberSetIfBigger_Output) Marshal() (dAtA []byte, err error)

func (*NumberSetIfBigger_Output) MarshalTo

func (m *NumberSetIfBigger_Output) MarshalTo(dAtA []byte) (int, error)

func (*NumberSetIfBigger_Output) MarshalToSizedBuffer

func (m *NumberSetIfBigger_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NumberSetIfBigger_Output) ProtoMessage

func (*NumberSetIfBigger_Output) ProtoMessage()

func (*NumberSetIfBigger_Output) Reset

func (m *NumberSetIfBigger_Output) Reset()

func (*NumberSetIfBigger_Output) Size

func (m *NumberSetIfBigger_Output) Size() (n int)

func (*NumberSetIfBigger_Output) String

func (m *NumberSetIfBigger_Output) String() string

func (*NumberSetIfBigger_Output) Unmarshal

func (m *NumberSetIfBigger_Output) Unmarshal(dAtA []byte) error

func (*NumberSetIfBigger_Output) XXX_DiscardUnknown

func (m *NumberSetIfBigger_Output) XXX_DiscardUnknown()

func (*NumberSetIfBigger_Output) XXX_Marshal

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

func (*NumberSetIfBigger_Output) XXX_Merge

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

func (*NumberSetIfBigger_Output) XXX_Size

func (m *NumberSetIfBigger_Output) XXX_Size() int

func (*NumberSetIfBigger_Output) XXX_Unmarshal

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

type Numberinfo

type Numberinfo struct {
}

func (*Numberinfo) Descriptor

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

func (*Numberinfo) Marshal

func (m *Numberinfo) Marshal() (dAtA []byte, err error)

func (*Numberinfo) MarshalTo

func (m *Numberinfo) MarshalTo(dAtA []byte) (int, error)

func (*Numberinfo) MarshalToSizedBuffer

func (m *Numberinfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Numberinfo) ProtoMessage

func (*Numberinfo) ProtoMessage()

func (*Numberinfo) Reset

func (m *Numberinfo) Reset()

func (*Numberinfo) Size

func (m *Numberinfo) Size() (n int)

func (*Numberinfo) String

func (m *Numberinfo) String() string

func (*Numberinfo) Unmarshal

func (m *Numberinfo) Unmarshal(dAtA []byte) error

func (*Numberinfo) XXX_DiscardUnknown

func (m *Numberinfo) XXX_DiscardUnknown()

func (*Numberinfo) XXX_Marshal

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

func (*Numberinfo) XXX_Merge

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

func (*Numberinfo) XXX_Size

func (m *Numberinfo) XXX_Size() int

func (*Numberinfo) XXX_Unmarshal

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

type Numberinfo_Input

type Numberinfo_Input struct {
	Number float32 `protobuf:"fixed32,1,opt,name=number,proto3" json:"number,omitempty"`
}

func (*Numberinfo_Input) Descriptor

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

func (*Numberinfo_Input) GetNumber

func (m *Numberinfo_Input) GetNumber() float32

func (*Numberinfo_Input) Marshal

func (m *Numberinfo_Input) Marshal() (dAtA []byte, err error)

func (*Numberinfo_Input) MarshalTo

func (m *Numberinfo_Input) MarshalTo(dAtA []byte) (int, error)

func (*Numberinfo_Input) MarshalToSizedBuffer

func (m *Numberinfo_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Numberinfo_Input) ProtoMessage

func (*Numberinfo_Input) ProtoMessage()

func (*Numberinfo_Input) Reset

func (m *Numberinfo_Input) Reset()

func (*Numberinfo_Input) Size

func (m *Numberinfo_Input) Size() (n int)

func (*Numberinfo_Input) String

func (m *Numberinfo_Input) String() string

func (*Numberinfo_Input) Unmarshal

func (m *Numberinfo_Input) Unmarshal(dAtA []byte) error

func (*Numberinfo_Input) XXX_DiscardUnknown

func (m *Numberinfo_Input) XXX_DiscardUnknown()

func (*Numberinfo_Input) XXX_Marshal

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

func (*Numberinfo_Input) XXX_Merge

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

func (*Numberinfo_Input) XXX_Size

func (m *Numberinfo_Input) XXX_Size() int

func (*Numberinfo_Input) XXX_Unmarshal

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

type Numberinfo_Output

type Numberinfo_Output struct {
	Facts map[string]string `` /* 151-byte string literal not displayed */
}

func (*Numberinfo_Output) Descriptor

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

func (*Numberinfo_Output) GetFacts

func (m *Numberinfo_Output) GetFacts() map[string]string

func (*Numberinfo_Output) Marshal

func (m *Numberinfo_Output) Marshal() (dAtA []byte, err error)

func (*Numberinfo_Output) MarshalTo

func (m *Numberinfo_Output) MarshalTo(dAtA []byte) (int, error)

func (*Numberinfo_Output) MarshalToSizedBuffer

func (m *Numberinfo_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Numberinfo_Output) ProtoMessage

func (*Numberinfo_Output) ProtoMessage()

func (*Numberinfo_Output) Reset

func (m *Numberinfo_Output) Reset()

func (*Numberinfo_Output) Size

func (m *Numberinfo_Output) Size() (n int)

func (*Numberinfo_Output) String

func (m *Numberinfo_Output) String() string

func (*Numberinfo_Output) Unmarshal

func (m *Numberinfo_Output) Unmarshal(dAtA []byte) error

func (*Numberinfo_Output) XXX_DiscardUnknown

func (m *Numberinfo_Output) XXX_DiscardUnknown()

func (*Numberinfo_Output) XXX_Marshal

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

func (*Numberinfo_Output) XXX_Merge

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

func (*Numberinfo_Output) XXX_Size

func (m *Numberinfo_Output) XXX_Size() int

func (*Numberinfo_Output) XXX_Unmarshal

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

type Options

type Options struct {
	SoundcloudUserID   int
	SoundcloudClientID string
	StaticBox          *packr.Box
	Logger             *zap.Logger
}

type Ping

type Ping struct {
}

func (*Ping) Descriptor

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

func (*Ping) Marshal

func (m *Ping) Marshal() (dAtA []byte, err error)

func (*Ping) MarshalTo

func (m *Ping) MarshalTo(dAtA []byte) (int, error)

func (*Ping) MarshalToSizedBuffer

func (m *Ping) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Ping) ProtoMessage

func (*Ping) ProtoMessage()

func (*Ping) Reset

func (m *Ping) Reset()

func (*Ping) Size

func (m *Ping) Size() (n int)

func (*Ping) String

func (m *Ping) String() string

func (*Ping) Unmarshal

func (m *Ping) Unmarshal(dAtA []byte) error

func (*Ping) XXX_DiscardUnknown

func (m *Ping) XXX_DiscardUnknown()

func (*Ping) XXX_Marshal

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

func (*Ping) XXX_Merge

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

func (*Ping) XXX_Size

func (m *Ping) XXX_Size() int

func (*Ping) XXX_Unmarshal

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

type Ping_Input

type Ping_Input struct {
}

func (*Ping_Input) Descriptor

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

func (*Ping_Input) Marshal

func (m *Ping_Input) Marshal() (dAtA []byte, err error)

func (*Ping_Input) MarshalTo

func (m *Ping_Input) MarshalTo(dAtA []byte) (int, error)

func (*Ping_Input) MarshalToSizedBuffer

func (m *Ping_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Ping_Input) ProtoMessage

func (*Ping_Input) ProtoMessage()

func (*Ping_Input) Reset

func (m *Ping_Input) Reset()

func (*Ping_Input) Size

func (m *Ping_Input) Size() (n int)

func (*Ping_Input) String

func (m *Ping_Input) String() string

func (*Ping_Input) Unmarshal

func (m *Ping_Input) Unmarshal(dAtA []byte) error

func (*Ping_Input) XXX_DiscardUnknown

func (m *Ping_Input) XXX_DiscardUnknown()

func (*Ping_Input) XXX_Marshal

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

func (*Ping_Input) XXX_Merge

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

func (*Ping_Input) XXX_Size

func (m *Ping_Input) XXX_Size() int

func (*Ping_Input) XXX_Unmarshal

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

type Ping_Output

type Ping_Output struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
}

func (*Ping_Output) Descriptor

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

func (*Ping_Output) GetPong

func (m *Ping_Output) GetPong() string

func (*Ping_Output) Marshal

func (m *Ping_Output) Marshal() (dAtA []byte, err error)

func (*Ping_Output) MarshalTo

func (m *Ping_Output) MarshalTo(dAtA []byte) (int, error)

func (*Ping_Output) MarshalToSizedBuffer

func (m *Ping_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Ping_Output) ProtoMessage

func (*Ping_Output) ProtoMessage()

func (*Ping_Output) Reset

func (m *Ping_Output) Reset()

func (*Ping_Output) Size

func (m *Ping_Output) Size() (n int)

func (*Ping_Output) String

func (m *Ping_Output) String() string

func (*Ping_Output) Unmarshal

func (m *Ping_Output) Unmarshal(dAtA []byte) error

func (*Ping_Output) XXX_DiscardUnknown

func (m *Ping_Output) XXX_DiscardUnknown()

func (*Ping_Output) XXX_Marshal

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

func (*Ping_Output) XXX_Merge

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

func (*Ping_Output) XXX_Size

func (m *Ping_Output) XXX_Size() int

func (*Ping_Output) XXX_Unmarshal

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

type Recettator

type Recettator struct {
}

func (*Recettator) Descriptor

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

func (*Recettator) Marshal

func (m *Recettator) Marshal() (dAtA []byte, err error)

func (*Recettator) MarshalTo

func (m *Recettator) MarshalTo(dAtA []byte) (int, error)

func (*Recettator) MarshalToSizedBuffer

func (m *Recettator) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Recettator) ProtoMessage

func (*Recettator) ProtoMessage()

func (*Recettator) Reset

func (m *Recettator) Reset()

func (*Recettator) Size

func (m *Recettator) Size() (n int)

func (*Recettator) String

func (m *Recettator) String() string

func (*Recettator) Unmarshal

func (m *Recettator) Unmarshal(dAtA []byte) error

func (*Recettator) XXX_DiscardUnknown

func (m *Recettator) XXX_DiscardUnknown()

func (*Recettator) XXX_Marshal

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

func (*Recettator) XXX_Merge

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

func (*Recettator) XXX_Size

func (m *Recettator) XXX_Size() int

func (*Recettator) XXX_Unmarshal

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

type Recettator_Ingredient

type Recettator_Ingredient struct {
	Name            string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Quantity        string `protobuf:"bytes,2,opt,name=quantity,proto3" json:"quantity,omitempty"`
	Method          string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	Gender          string `protobuf:"bytes,4,opt,name=gender,proto3" json:"gender,omitempty"`
	Multiple        bool   `protobuf:"varint,5,opt,name=multiple,proto3" json:"multiple,omitempty"`
	Kind            string `protobuf:"bytes,6,opt,name=kind,proto3" json:"kind,omitempty"`
	NameAndQuantity string `protobuf:"bytes,7,opt,name=name_and_quantity,json=nameAndQuantity,proto3" json:"name_and_quantity,omitempty"`
}

func (*Recettator_Ingredient) Descriptor

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

func (*Recettator_Ingredient) GetGender

func (m *Recettator_Ingredient) GetGender() string

func (*Recettator_Ingredient) GetKind

func (m *Recettator_Ingredient) GetKind() string

func (*Recettator_Ingredient) GetMethod

func (m *Recettator_Ingredient) GetMethod() string

func (*Recettator_Ingredient) GetMultiple

func (m *Recettator_Ingredient) GetMultiple() bool

func (*Recettator_Ingredient) GetName

func (m *Recettator_Ingredient) GetName() string

func (*Recettator_Ingredient) GetNameAndQuantity

func (m *Recettator_Ingredient) GetNameAndQuantity() string

func (*Recettator_Ingredient) GetQuantity

func (m *Recettator_Ingredient) GetQuantity() string

func (*Recettator_Ingredient) Marshal

func (m *Recettator_Ingredient) Marshal() (dAtA []byte, err error)

func (*Recettator_Ingredient) MarshalTo

func (m *Recettator_Ingredient) MarshalTo(dAtA []byte) (int, error)

func (*Recettator_Ingredient) MarshalToSizedBuffer

func (m *Recettator_Ingredient) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Recettator_Ingredient) ProtoMessage

func (*Recettator_Ingredient) ProtoMessage()

func (*Recettator_Ingredient) Reset

func (m *Recettator_Ingredient) Reset()

func (*Recettator_Ingredient) Size

func (m *Recettator_Ingredient) Size() (n int)

func (*Recettator_Ingredient) String

func (m *Recettator_Ingredient) String() string

func (*Recettator_Ingredient) Unmarshal

func (m *Recettator_Ingredient) Unmarshal(dAtA []byte) error

func (*Recettator_Ingredient) XXX_DiscardUnknown

func (m *Recettator_Ingredient) XXX_DiscardUnknown()

func (*Recettator_Ingredient) XXX_Marshal

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

func (*Recettator_Ingredient) XXX_Merge

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

func (*Recettator_Ingredient) XXX_Size

func (m *Recettator_Ingredient) XXX_Size() int

func (*Recettator_Ingredient) XXX_Unmarshal

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

type Recettator_Input

type Recettator_Input struct {
	Seed                 int64  `protobuf:"varint,1,opt,name=seed,proto3" json:"seed,omitempty"`
	MainIngredients      uint64 `protobuf:"varint,2,opt,name=main_ingredients,json=mainIngredients,proto3" json:"main_ingredients,omitempty"`
	SecondaryIngredients uint64 `protobuf:"varint,3,opt,name=secondary_ingredients,json=secondaryIngredients,proto3" json:"secondary_ingredients,omitempty"`
	Steps                uint64 `protobuf:"varint,4,opt,name=steps,proto3" json:"steps,omitempty"`
}

func (*Recettator_Input) Descriptor

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

func (*Recettator_Input) GetMainIngredients

func (m *Recettator_Input) GetMainIngredients() uint64

func (*Recettator_Input) GetSecondaryIngredients

func (m *Recettator_Input) GetSecondaryIngredients() uint64

func (*Recettator_Input) GetSeed

func (m *Recettator_Input) GetSeed() int64

func (*Recettator_Input) GetSteps

func (m *Recettator_Input) GetSteps() uint64

func (*Recettator_Input) Marshal

func (m *Recettator_Input) Marshal() (dAtA []byte, err error)

func (*Recettator_Input) MarshalTo

func (m *Recettator_Input) MarshalTo(dAtA []byte) (int, error)

func (*Recettator_Input) MarshalToSizedBuffer

func (m *Recettator_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Recettator_Input) ProtoMessage

func (*Recettator_Input) ProtoMessage()

func (*Recettator_Input) Reset

func (m *Recettator_Input) Reset()

func (*Recettator_Input) Size

func (m *Recettator_Input) Size() (n int)

func (*Recettator_Input) String

func (m *Recettator_Input) String() string

func (*Recettator_Input) Unmarshal

func (m *Recettator_Input) Unmarshal(dAtA []byte) error

func (*Recettator_Input) XXX_DiscardUnknown

func (m *Recettator_Input) XXX_DiscardUnknown()

func (*Recettator_Input) XXX_Marshal

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

func (*Recettator_Input) XXX_Merge

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

func (*Recettator_Input) XXX_Size

func (m *Recettator_Input) XXX_Size() int

func (*Recettator_Input) XXX_Unmarshal

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

type Recettator_Output

type Recettator_Output struct {
	Title                string                   `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	People               uint64                   `protobuf:"varint,2,opt,name=people,proto3" json:"people,omitempty"`
	Markdown             string                   `protobuf:"bytes,3,opt,name=markdown,proto3" json:"markdown,omitempty"`
	Steps                []string                 `protobuf:"bytes,4,rep,name=steps,proto3" json:"steps,omitempty"`
	MainIngredients      []*Recettator_Ingredient `protobuf:"bytes,5,rep,name=main_ingredients,json=mainIngredients,proto3" json:"main_ingredients,omitempty"`
	SecondaryIngredients []*Recettator_Ingredient `protobuf:"bytes,6,rep,name=secondary_ingredients,json=secondaryIngredients,proto3" json:"secondary_ingredients,omitempty"`
	Seed                 int64                    `protobuf:"varint,7,opt,name=seed,proto3" json:"seed,omitempty"`
}

func (*Recettator_Output) Descriptor

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

func (*Recettator_Output) GetMainIngredients

func (m *Recettator_Output) GetMainIngredients() []*Recettator_Ingredient

func (*Recettator_Output) GetMarkdown

func (m *Recettator_Output) GetMarkdown() string

func (*Recettator_Output) GetPeople

func (m *Recettator_Output) GetPeople() uint64

func (*Recettator_Output) GetSecondaryIngredients

func (m *Recettator_Output) GetSecondaryIngredients() []*Recettator_Ingredient

func (*Recettator_Output) GetSeed

func (m *Recettator_Output) GetSeed() int64

func (*Recettator_Output) GetSteps

func (m *Recettator_Output) GetSteps() []string

func (*Recettator_Output) GetTitle

func (m *Recettator_Output) GetTitle() string

func (*Recettator_Output) Marshal

func (m *Recettator_Output) Marshal() (dAtA []byte, err error)

func (*Recettator_Output) MarshalTo

func (m *Recettator_Output) MarshalTo(dAtA []byte) (int, error)

func (*Recettator_Output) MarshalToSizedBuffer

func (m *Recettator_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Recettator_Output) ProtoMessage

func (*Recettator_Output) ProtoMessage()

func (*Recettator_Output) Reset

func (m *Recettator_Output) Reset()

func (*Recettator_Output) Size

func (m *Recettator_Output) Size() (n int)

func (*Recettator_Output) String

func (m *Recettator_Output) String() string

func (*Recettator_Output) Unmarshal

func (m *Recettator_Output) Unmarshal(dAtA []byte) error

func (*Recettator_Output) XXX_DiscardUnknown

func (m *Recettator_Output) XXX_DiscardUnknown()

func (*Recettator_Output) XXX_Marshal

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

func (*Recettator_Output) XXX_Merge

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

func (*Recettator_Output) XXX_Size

func (m *Recettator_Output) XXX_Size() int

func (*Recettator_Output) XXX_Unmarshal

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

type SIO

type SIO struct {
}

func (*SIO) Descriptor

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

func (*SIO) Marshal

func (m *SIO) Marshal() (dAtA []byte, err error)

func (*SIO) MarshalTo

func (m *SIO) MarshalTo(dAtA []byte) (int, error)

func (*SIO) MarshalToSizedBuffer

func (m *SIO) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO) ProtoMessage

func (*SIO) ProtoMessage()

func (*SIO) Reset

func (m *SIO) Reset()

func (*SIO) Size

func (m *SIO) Size() (n int)

func (*SIO) String

func (m *SIO) String() string

func (*SIO) Unmarshal

func (m *SIO) Unmarshal(dAtA []byte) error

func (*SIO) XXX_DiscardUnknown

func (m *SIO) XXX_DiscardUnknown()

func (*SIO) XXX_Marshal

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

func (*SIO) XXX_Merge

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

func (*SIO) XXX_Size

func (m *SIO) XXX_Size() int

func (*SIO) XXX_Unmarshal

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

type SIO_Broadcast

type SIO_Broadcast struct {
}

func (*SIO_Broadcast) Descriptor

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

func (*SIO_Broadcast) Marshal

func (m *SIO_Broadcast) Marshal() (dAtA []byte, err error)

func (*SIO_Broadcast) MarshalTo

func (m *SIO_Broadcast) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Broadcast) MarshalToSizedBuffer

func (m *SIO_Broadcast) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Broadcast) ProtoMessage

func (*SIO_Broadcast) ProtoMessage()

func (*SIO_Broadcast) Reset

func (m *SIO_Broadcast) Reset()

func (*SIO_Broadcast) Size

func (m *SIO_Broadcast) Size() (n int)

func (*SIO_Broadcast) String

func (m *SIO_Broadcast) String() string

func (*SIO_Broadcast) Unmarshal

func (m *SIO_Broadcast) Unmarshal(dAtA []byte) error

func (*SIO_Broadcast) XXX_DiscardUnknown

func (m *SIO_Broadcast) XXX_DiscardUnknown()

func (*SIO_Broadcast) XXX_Marshal

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

func (*SIO_Broadcast) XXX_Merge

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

func (*SIO_Broadcast) XXX_Size

func (m *SIO_Broadcast) XXX_Size() int

func (*SIO_Broadcast) XXX_Unmarshal

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

type SIO_Broadcast_Event

type SIO_Broadcast_Event struct {
	Room   string    `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
	Msg    *SIO_Msg  `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Peer   *SIO_Peer `protobuf:"bytes,3,opt,name=peer,proto3" json:"peer,omitempty"`
	IsLive bool      `protobuf:"varint,4,opt,name=is_live,json=isLive,proto3" json:"is_live,omitempty"`
}

func (*SIO_Broadcast_Event) Descriptor

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

func (*SIO_Broadcast_Event) GetIsLive

func (m *SIO_Broadcast_Event) GetIsLive() bool

func (*SIO_Broadcast_Event) GetMsg

func (m *SIO_Broadcast_Event) GetMsg() *SIO_Msg

func (*SIO_Broadcast_Event) GetPeer

func (m *SIO_Broadcast_Event) GetPeer() *SIO_Peer

func (*SIO_Broadcast_Event) GetRoom

func (m *SIO_Broadcast_Event) GetRoom() string

func (*SIO_Broadcast_Event) Marshal

func (m *SIO_Broadcast_Event) Marshal() (dAtA []byte, err error)

func (*SIO_Broadcast_Event) MarshalTo

func (m *SIO_Broadcast_Event) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Broadcast_Event) MarshalToSizedBuffer

func (m *SIO_Broadcast_Event) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Broadcast_Event) ProtoMessage

func (*SIO_Broadcast_Event) ProtoMessage()

func (*SIO_Broadcast_Event) Reset

func (m *SIO_Broadcast_Event) Reset()

func (*SIO_Broadcast_Event) Size

func (m *SIO_Broadcast_Event) Size() (n int)

func (*SIO_Broadcast_Event) String

func (m *SIO_Broadcast_Event) String() string

func (*SIO_Broadcast_Event) Unmarshal

func (m *SIO_Broadcast_Event) Unmarshal(dAtA []byte) error

func (*SIO_Broadcast_Event) XXX_DiscardUnknown

func (m *SIO_Broadcast_Event) XXX_DiscardUnknown()

func (*SIO_Broadcast_Event) XXX_Marshal

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

func (*SIO_Broadcast_Event) XXX_Merge

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

func (*SIO_Broadcast_Event) XXX_Size

func (m *SIO_Broadcast_Event) XXX_Size() int

func (*SIO_Broadcast_Event) XXX_Unmarshal

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

type SIO_Broadcast_Input

type SIO_Broadcast_Input struct {
	Room string   `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
	Msg  *SIO_Msg `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
}

func (*SIO_Broadcast_Input) Descriptor

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

func (*SIO_Broadcast_Input) GetMsg

func (m *SIO_Broadcast_Input) GetMsg() *SIO_Msg

func (*SIO_Broadcast_Input) GetRoom

func (m *SIO_Broadcast_Input) GetRoom() string

func (*SIO_Broadcast_Input) Marshal

func (m *SIO_Broadcast_Input) Marshal() (dAtA []byte, err error)

func (*SIO_Broadcast_Input) MarshalTo

func (m *SIO_Broadcast_Input) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Broadcast_Input) MarshalToSizedBuffer

func (m *SIO_Broadcast_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Broadcast_Input) ProtoMessage

func (*SIO_Broadcast_Input) ProtoMessage()

func (*SIO_Broadcast_Input) Reset

func (m *SIO_Broadcast_Input) Reset()

func (*SIO_Broadcast_Input) Size

func (m *SIO_Broadcast_Input) Size() (n int)

func (*SIO_Broadcast_Input) String

func (m *SIO_Broadcast_Input) String() string

func (*SIO_Broadcast_Input) Unmarshal

func (m *SIO_Broadcast_Input) Unmarshal(dAtA []byte) error

func (*SIO_Broadcast_Input) XXX_DiscardUnknown

func (m *SIO_Broadcast_Input) XXX_DiscardUnknown()

func (*SIO_Broadcast_Input) XXX_Marshal

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

func (*SIO_Broadcast_Input) XXX_Merge

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

func (*SIO_Broadcast_Input) XXX_Size

func (m *SIO_Broadcast_Input) XXX_Size() int

func (*SIO_Broadcast_Input) XXX_Unmarshal

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

type SIO_Broadcast_Output

type SIO_Broadcast_Output struct {
}

func (*SIO_Broadcast_Output) Descriptor

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

func (*SIO_Broadcast_Output) Marshal

func (m *SIO_Broadcast_Output) Marshal() (dAtA []byte, err error)

func (*SIO_Broadcast_Output) MarshalTo

func (m *SIO_Broadcast_Output) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Broadcast_Output) MarshalToSizedBuffer

func (m *SIO_Broadcast_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Broadcast_Output) ProtoMessage

func (*SIO_Broadcast_Output) ProtoMessage()

func (*SIO_Broadcast_Output) Reset

func (m *SIO_Broadcast_Output) Reset()

func (*SIO_Broadcast_Output) Size

func (m *SIO_Broadcast_Output) Size() (n int)

func (*SIO_Broadcast_Output) String

func (m *SIO_Broadcast_Output) String() string

func (*SIO_Broadcast_Output) Unmarshal

func (m *SIO_Broadcast_Output) Unmarshal(dAtA []byte) error

func (*SIO_Broadcast_Output) XXX_DiscardUnknown

func (m *SIO_Broadcast_Output) XXX_DiscardUnknown()

func (*SIO_Broadcast_Output) XXX_Marshal

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

func (*SIO_Broadcast_Output) XXX_Merge

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

func (*SIO_Broadcast_Output) XXX_Size

func (m *SIO_Broadcast_Output) XXX_Size() int

func (*SIO_Broadcast_Output) XXX_Unmarshal

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

type SIO_Context

type SIO_Context struct {
	Peer       *SIO_Peer `protobuf:"bytes,1,opt,name=peer,proto3" json:"peer,omitempty"`
	NoMetadata bool      `protobuf:"varint,2,opt,name=no_metadata,json=noMetadata,proto3" json:"no_metadata,omitempty"`
}

func (*SIO_Context) Descriptor

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

func (*SIO_Context) GetNoMetadata

func (m *SIO_Context) GetNoMetadata() bool

func (*SIO_Context) GetPeer

func (m *SIO_Context) GetPeer() *SIO_Peer

func (*SIO_Context) Marshal

func (m *SIO_Context) Marshal() (dAtA []byte, err error)

func (*SIO_Context) MarshalTo

func (m *SIO_Context) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Context) MarshalToSizedBuffer

func (m *SIO_Context) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Context) ProtoMessage

func (*SIO_Context) ProtoMessage()

func (*SIO_Context) Reset

func (m *SIO_Context) Reset()

func (*SIO_Context) Size

func (m *SIO_Context) Size() (n int)

func (*SIO_Context) String

func (m *SIO_Context) String() string

func (*SIO_Context) Unmarshal

func (m *SIO_Context) Unmarshal(dAtA []byte) error

func (*SIO_Context) XXX_DiscardUnknown

func (m *SIO_Context) XXX_DiscardUnknown()

func (*SIO_Context) XXX_Marshal

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

func (*SIO_Context) XXX_Merge

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

func (*SIO_Context) XXX_Size

func (m *SIO_Context) XXX_Size() int

func (*SIO_Context) XXX_Unmarshal

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

type SIO_Disconnect

type SIO_Disconnect struct {
}

func (*SIO_Disconnect) Descriptor

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

func (*SIO_Disconnect) Marshal

func (m *SIO_Disconnect) Marshal() (dAtA []byte, err error)

func (*SIO_Disconnect) MarshalTo

func (m *SIO_Disconnect) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Disconnect) MarshalToSizedBuffer

func (m *SIO_Disconnect) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Disconnect) ProtoMessage

func (*SIO_Disconnect) ProtoMessage()

func (*SIO_Disconnect) Reset

func (m *SIO_Disconnect) Reset()

func (*SIO_Disconnect) Size

func (m *SIO_Disconnect) Size() (n int)

func (*SIO_Disconnect) String

func (m *SIO_Disconnect) String() string

func (*SIO_Disconnect) Unmarshal

func (m *SIO_Disconnect) Unmarshal(dAtA []byte) error

func (*SIO_Disconnect) XXX_DiscardUnknown

func (m *SIO_Disconnect) XXX_DiscardUnknown()

func (*SIO_Disconnect) XXX_Marshal

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

func (*SIO_Disconnect) XXX_Merge

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

func (*SIO_Disconnect) XXX_Size

func (m *SIO_Disconnect) XXX_Size() int

func (*SIO_Disconnect) XXX_Unmarshal

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

type SIO_Disconnect_Event

type SIO_Disconnect_Event struct {
	Room      string      `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
	Peer      *SIO_Peer   `protobuf:"bytes,2,opt,name=peer,proto3" json:"peer,omitempty"`
	Peers     []*SIO_Peer `protobuf:"bytes,3,rep,name=peers,proto3" json:"peers,omitempty"`
	PeerCount int32       `protobuf:"varint,4,opt,name=peer_count,json=peerCount,proto3" json:"peer_count,omitempty"`
}

func (*SIO_Disconnect_Event) Descriptor

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

func (*SIO_Disconnect_Event) GetPeer

func (m *SIO_Disconnect_Event) GetPeer() *SIO_Peer

func (*SIO_Disconnect_Event) GetPeerCount

func (m *SIO_Disconnect_Event) GetPeerCount() int32

func (*SIO_Disconnect_Event) GetPeers

func (m *SIO_Disconnect_Event) GetPeers() []*SIO_Peer

func (*SIO_Disconnect_Event) GetRoom

func (m *SIO_Disconnect_Event) GetRoom() string

func (*SIO_Disconnect_Event) Marshal

func (m *SIO_Disconnect_Event) Marshal() (dAtA []byte, err error)

func (*SIO_Disconnect_Event) MarshalTo

func (m *SIO_Disconnect_Event) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Disconnect_Event) MarshalToSizedBuffer

func (m *SIO_Disconnect_Event) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Disconnect_Event) ProtoMessage

func (*SIO_Disconnect_Event) ProtoMessage()

func (*SIO_Disconnect_Event) Reset

func (m *SIO_Disconnect_Event) Reset()

func (*SIO_Disconnect_Event) Size

func (m *SIO_Disconnect_Event) Size() (n int)

func (*SIO_Disconnect_Event) String

func (m *SIO_Disconnect_Event) String() string

func (*SIO_Disconnect_Event) Unmarshal

func (m *SIO_Disconnect_Event) Unmarshal(dAtA []byte) error

func (*SIO_Disconnect_Event) XXX_DiscardUnknown

func (m *SIO_Disconnect_Event) XXX_DiscardUnknown()

func (*SIO_Disconnect_Event) XXX_Marshal

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

func (*SIO_Disconnect_Event) XXX_Merge

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

func (*SIO_Disconnect_Event) XXX_Size

func (m *SIO_Disconnect_Event) XXX_Size() int

func (*SIO_Disconnect_Event) XXX_Unmarshal

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

type SIO_Error

type SIO_Error struct {
	IsError bool   `protobuf:"varint,1,opt,name=is_error,json=isError,proto3" json:"is_error,omitempty"`
	ErrMsg  string `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
}

func (*SIO_Error) Descriptor

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

func (*SIO_Error) GetErrMsg

func (m *SIO_Error) GetErrMsg() string

func (*SIO_Error) GetIsError

func (m *SIO_Error) GetIsError() bool

func (*SIO_Error) Marshal

func (m *SIO_Error) Marshal() (dAtA []byte, err error)

func (*SIO_Error) MarshalTo

func (m *SIO_Error) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Error) MarshalToSizedBuffer

func (m *SIO_Error) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Error) ProtoMessage

func (*SIO_Error) ProtoMessage()

func (*SIO_Error) Reset

func (m *SIO_Error) Reset()

func (*SIO_Error) Size

func (m *SIO_Error) Size() (n int)

func (*SIO_Error) String

func (m *SIO_Error) String() string

func (*SIO_Error) Unmarshal

func (m *SIO_Error) Unmarshal(dAtA []byte) error

func (*SIO_Error) XXX_DiscardUnknown

func (m *SIO_Error) XXX_DiscardUnknown()

func (*SIO_Error) XXX_Marshal

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

func (*SIO_Error) XXX_Merge

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

func (*SIO_Error) XXX_Size

func (m *SIO_Error) XXX_Size() int

func (*SIO_Error) XXX_Unmarshal

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

type SIO_Join

type SIO_Join struct {
}

func (*SIO_Join) Descriptor

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

func (*SIO_Join) Marshal

func (m *SIO_Join) Marshal() (dAtA []byte, err error)

func (*SIO_Join) MarshalTo

func (m *SIO_Join) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Join) MarshalToSizedBuffer

func (m *SIO_Join) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Join) ProtoMessage

func (*SIO_Join) ProtoMessage()

func (*SIO_Join) Reset

func (m *SIO_Join) Reset()

func (*SIO_Join) Size

func (m *SIO_Join) Size() (n int)

func (*SIO_Join) String

func (m *SIO_Join) String() string

func (*SIO_Join) Unmarshal

func (m *SIO_Join) Unmarshal(dAtA []byte) error

func (*SIO_Join) XXX_DiscardUnknown

func (m *SIO_Join) XXX_DiscardUnknown()

func (*SIO_Join) XXX_Marshal

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

func (*SIO_Join) XXX_Merge

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

func (*SIO_Join) XXX_Size

func (m *SIO_Join) XXX_Size() int

func (*SIO_Join) XXX_Unmarshal

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

type SIO_Join_Event

type SIO_Join_Event struct {
	Room      string      `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
	Peer      *SIO_Peer   `protobuf:"bytes,2,opt,name=peer,proto3" json:"peer,omitempty"`
	Peers     []*SIO_Peer `protobuf:"bytes,3,rep,name=peers,proto3" json:"peers,omitempty"`
	PeerCount int32       `protobuf:"varint,4,opt,name=peer_count,json=peerCount,proto3" json:"peer_count,omitempty"`
}

func (*SIO_Join_Event) Descriptor

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

func (*SIO_Join_Event) GetPeer

func (m *SIO_Join_Event) GetPeer() *SIO_Peer

func (*SIO_Join_Event) GetPeerCount

func (m *SIO_Join_Event) GetPeerCount() int32

func (*SIO_Join_Event) GetPeers

func (m *SIO_Join_Event) GetPeers() []*SIO_Peer

func (*SIO_Join_Event) GetRoom

func (m *SIO_Join_Event) GetRoom() string

func (*SIO_Join_Event) Marshal

func (m *SIO_Join_Event) Marshal() (dAtA []byte, err error)

func (*SIO_Join_Event) MarshalTo

func (m *SIO_Join_Event) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Join_Event) MarshalToSizedBuffer

func (m *SIO_Join_Event) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Join_Event) ProtoMessage

func (*SIO_Join_Event) ProtoMessage()

func (*SIO_Join_Event) Reset

func (m *SIO_Join_Event) Reset()

func (*SIO_Join_Event) Size

func (m *SIO_Join_Event) Size() (n int)

func (*SIO_Join_Event) String

func (m *SIO_Join_Event) String() string

func (*SIO_Join_Event) Unmarshal

func (m *SIO_Join_Event) Unmarshal(dAtA []byte) error

func (*SIO_Join_Event) XXX_DiscardUnknown

func (m *SIO_Join_Event) XXX_DiscardUnknown()

func (*SIO_Join_Event) XXX_Marshal

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

func (*SIO_Join_Event) XXX_Merge

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

func (*SIO_Join_Event) XXX_Size

func (m *SIO_Join_Event) XXX_Size() int

func (*SIO_Join_Event) XXX_Unmarshal

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

type SIO_Join_Input

type SIO_Join_Input struct {
	Room          string    `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
	Peer          *SIO_Peer `protobuf:"bytes,2,opt,name=peer,proto3" json:"peer,omitempty"`
	MaxLogEntries int32     `protobuf:"varint,3,opt,name=max_log_entries,json=maxLogEntries,proto3" json:"max_log_entries,omitempty"`
}

func (*SIO_Join_Input) Descriptor

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

func (*SIO_Join_Input) GetMaxLogEntries

func (m *SIO_Join_Input) GetMaxLogEntries() int32

func (*SIO_Join_Input) GetPeer

func (m *SIO_Join_Input) GetPeer() *SIO_Peer

func (*SIO_Join_Input) GetRoom

func (m *SIO_Join_Input) GetRoom() string

func (*SIO_Join_Input) Marshal

func (m *SIO_Join_Input) Marshal() (dAtA []byte, err error)

func (*SIO_Join_Input) MarshalTo

func (m *SIO_Join_Input) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Join_Input) MarshalToSizedBuffer

func (m *SIO_Join_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Join_Input) ProtoMessage

func (*SIO_Join_Input) ProtoMessage()

func (*SIO_Join_Input) Reset

func (m *SIO_Join_Input) Reset()

func (*SIO_Join_Input) Size

func (m *SIO_Join_Input) Size() (n int)

func (*SIO_Join_Input) String

func (m *SIO_Join_Input) String() string

func (*SIO_Join_Input) Unmarshal

func (m *SIO_Join_Input) Unmarshal(dAtA []byte) error

func (*SIO_Join_Input) XXX_DiscardUnknown

func (m *SIO_Join_Input) XXX_DiscardUnknown()

func (*SIO_Join_Input) XXX_Marshal

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

func (*SIO_Join_Input) XXX_Merge

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

func (*SIO_Join_Input) XXX_Size

func (m *SIO_Join_Input) XXX_Size() int

func (*SIO_Join_Input) XXX_Unmarshal

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

type SIO_Join_Output

type SIO_Join_Output struct {
	Peers     []*SIO_Peer `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
	PeerCount int32       `protobuf:"varint,2,opt,name=peer_count,json=peerCount,proto3" json:"peer_count,omitempty"`
}

func (*SIO_Join_Output) Descriptor

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

func (*SIO_Join_Output) GetPeerCount

func (m *SIO_Join_Output) GetPeerCount() int32

func (*SIO_Join_Output) GetPeers

func (m *SIO_Join_Output) GetPeers() []*SIO_Peer

func (*SIO_Join_Output) Marshal

func (m *SIO_Join_Output) Marshal() (dAtA []byte, err error)

func (*SIO_Join_Output) MarshalTo

func (m *SIO_Join_Output) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Join_Output) MarshalToSizedBuffer

func (m *SIO_Join_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Join_Output) ProtoMessage

func (*SIO_Join_Output) ProtoMessage()

func (*SIO_Join_Output) Reset

func (m *SIO_Join_Output) Reset()

func (*SIO_Join_Output) Size

func (m *SIO_Join_Output) Size() (n int)

func (*SIO_Join_Output) String

func (m *SIO_Join_Output) String() string

func (*SIO_Join_Output) Unmarshal

func (m *SIO_Join_Output) Unmarshal(dAtA []byte) error

func (*SIO_Join_Output) XXX_DiscardUnknown

func (m *SIO_Join_Output) XXX_DiscardUnknown()

func (*SIO_Join_Output) XXX_Marshal

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

func (*SIO_Join_Output) XXX_Merge

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

func (*SIO_Join_Output) XXX_Size

func (m *SIO_Join_Output) XXX_Size() int

func (*SIO_Join_Output) XXX_Unmarshal

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

type SIO_Msg

type SIO_Msg struct {
	Text   string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Number int64  `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
}

func (*SIO_Msg) Descriptor

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

func (*SIO_Msg) GetNumber

func (m *SIO_Msg) GetNumber() int64

func (*SIO_Msg) GetText

func (m *SIO_Msg) GetText() string

func (*SIO_Msg) Marshal

func (m *SIO_Msg) Marshal() (dAtA []byte, err error)

func (*SIO_Msg) MarshalTo

func (m *SIO_Msg) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Msg) MarshalToSizedBuffer

func (m *SIO_Msg) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Msg) ProtoMessage

func (*SIO_Msg) ProtoMessage()

func (*SIO_Msg) Reset

func (m *SIO_Msg) Reset()

func (*SIO_Msg) Size

func (m *SIO_Msg) Size() (n int)

func (*SIO_Msg) String

func (m *SIO_Msg) String() string

func (*SIO_Msg) Unmarshal

func (m *SIO_Msg) Unmarshal(dAtA []byte) error

func (*SIO_Msg) XXX_DiscardUnknown

func (m *SIO_Msg) XXX_DiscardUnknown()

func (*SIO_Msg) XXX_Marshal

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

func (*SIO_Msg) XXX_Merge

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

func (*SIO_Msg) XXX_Size

func (m *SIO_Msg) XXX_Size() int

func (*SIO_Msg) XXX_Unmarshal

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

type SIO_Peer

type SIO_Peer struct {
	Name           string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Color          string `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"`
	FavoriteNumber int32  `protobuf:"varint,3,opt,name=favorite_number,json=favoriteNumber,proto3" json:"favorite_number,omitempty"`
}

func (*SIO_Peer) Descriptor

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

func (*SIO_Peer) GetColor

func (m *SIO_Peer) GetColor() string

func (*SIO_Peer) GetFavoriteNumber

func (m *SIO_Peer) GetFavoriteNumber() int32

func (*SIO_Peer) GetName

func (m *SIO_Peer) GetName() string

func (*SIO_Peer) Marshal

func (m *SIO_Peer) Marshal() (dAtA []byte, err error)

func (*SIO_Peer) MarshalTo

func (m *SIO_Peer) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Peer) MarshalToSizedBuffer

func (m *SIO_Peer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Peer) ProtoMessage

func (*SIO_Peer) ProtoMessage()

func (*SIO_Peer) Reset

func (m *SIO_Peer) Reset()

func (*SIO_Peer) Size

func (m *SIO_Peer) Size() (n int)

func (*SIO_Peer) String

func (m *SIO_Peer) String() string

func (*SIO_Peer) Unmarshal

func (m *SIO_Peer) Unmarshal(dAtA []byte) error

func (*SIO_Peer) XXX_DiscardUnknown

func (m *SIO_Peer) XXX_DiscardUnknown()

func (*SIO_Peer) XXX_Marshal

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

func (*SIO_Peer) XXX_Merge

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

func (*SIO_Peer) XXX_Size

func (m *SIO_Peer) XXX_Size() int

func (*SIO_Peer) XXX_Unmarshal

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

type SIO_Rooms

type SIO_Rooms struct {
}

func (*SIO_Rooms) Descriptor

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

func (*SIO_Rooms) Marshal

func (m *SIO_Rooms) Marshal() (dAtA []byte, err error)

func (*SIO_Rooms) MarshalTo

func (m *SIO_Rooms) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Rooms) MarshalToSizedBuffer

func (m *SIO_Rooms) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Rooms) ProtoMessage

func (*SIO_Rooms) ProtoMessage()

func (*SIO_Rooms) Reset

func (m *SIO_Rooms) Reset()

func (*SIO_Rooms) Size

func (m *SIO_Rooms) Size() (n int)

func (*SIO_Rooms) String

func (m *SIO_Rooms) String() string

func (*SIO_Rooms) Unmarshal

func (m *SIO_Rooms) Unmarshal(dAtA []byte) error

func (*SIO_Rooms) XXX_DiscardUnknown

func (m *SIO_Rooms) XXX_DiscardUnknown()

func (*SIO_Rooms) XXX_Marshal

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

func (*SIO_Rooms) XXX_Merge

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

func (*SIO_Rooms) XXX_Size

func (m *SIO_Rooms) XXX_Size() int

func (*SIO_Rooms) XXX_Unmarshal

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

type SIO_Rooms_Output

type SIO_Rooms_Output struct {
	Rooms []string `protobuf:"bytes,1,rep,name=rooms,proto3" json:"rooms,omitempty"`
}

func (*SIO_Rooms_Output) Descriptor

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

func (*SIO_Rooms_Output) GetRooms

func (m *SIO_Rooms_Output) GetRooms() []string

func (*SIO_Rooms_Output) Marshal

func (m *SIO_Rooms_Output) Marshal() (dAtA []byte, err error)

func (*SIO_Rooms_Output) MarshalTo

func (m *SIO_Rooms_Output) MarshalTo(dAtA []byte) (int, error)

func (*SIO_Rooms_Output) MarshalToSizedBuffer

func (m *SIO_Rooms_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SIO_Rooms_Output) ProtoMessage

func (*SIO_Rooms_Output) ProtoMessage()

func (*SIO_Rooms_Output) Reset

func (m *SIO_Rooms_Output) Reset()

func (*SIO_Rooms_Output) Size

func (m *SIO_Rooms_Output) Size() (n int)

func (*SIO_Rooms_Output) String

func (m *SIO_Rooms_Output) String() string

func (*SIO_Rooms_Output) Unmarshal

func (m *SIO_Rooms_Output) Unmarshal(dAtA []byte) error

func (*SIO_Rooms_Output) XXX_DiscardUnknown

func (m *SIO_Rooms_Output) XXX_DiscardUnknown()

func (*SIO_Rooms_Output) XXX_Marshal

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

func (*SIO_Rooms_Output) XXX_Merge

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

func (*SIO_Rooms_Output) XXX_Size

func (m *SIO_Rooms_Output) XXX_Size() int

func (*SIO_Rooms_Output) XXX_Unmarshal

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

type Service

type Service interface {
	ServiceServer

	SocketIOServer() (*socketio.Server, error)
}

func New

func New(db *gorm.DB, opts Options) (Service, error)

type ServiceClient

type ServiceClient interface {
	KryptosEncrypt(ctx context.Context, in *Kryptos_Input, opts ...grpc.CallOption) (*Kryptos_Output, error)
	KryptosDecrypt(ctx context.Context, in *Kryptos_Input, opts ...grpc.CallOption) (*Kryptos_Output, error)
	TpyoEnocde(ctx context.Context, in *TpyoEnocde_Ipunt, opts ...grpc.CallOption) (*TpyoEnocde_Ouptut, error)
	Ping(ctx context.Context, in *Ping_Input, opts ...grpc.CallOption) (*Ping_Output, error)
	Dashboard(ctx context.Context, in *Dashboard_Input, opts ...grpc.CallOption) (*Dashboard_Output, error)
	Hackz(ctx context.Context, in *Hackz_Input, opts ...grpc.CallOption) (*Hackz_Output, error)
	Crew(ctx context.Context, in *Crew_Input, opts ...grpc.CallOption) (*Crew_Output, error)
	Numberinfo(ctx context.Context, in *Numberinfo_Input, opts ...grpc.CallOption) (*Numberinfo_Output, error)
	Recettator(ctx context.Context, in *Recettator_Input, opts ...grpc.CallOption) (*Recettator_Output, error)
	Moijaime(ctx context.Context, in *Moijaime_Input, opts ...grpc.CallOption) (*Moijaime_Output, error)
	SpreadshirtRandom(ctx context.Context, in *SpreadshirtRandom_Input, opts ...grpc.CallOption) (*SpreadshirtRandom_Output, error)
	SpreadshirtAll(ctx context.Context, in *SpreadshirtAll_Input, opts ...grpc.CallOption) (*SpreadshirtAll_Output, error)
	Wotd(ctx context.Context, in *Wotd_Input, opts ...grpc.CallOption) (*Wotd_Output, error)
	SoundcloudMe(ctx context.Context, in *SoundcloudMe_Input, opts ...grpc.CallOption) (*SoundcloudMe_Output, error)
	SoundcloudPlaylists(ctx context.Context, in *SoundcloudPlaylists_Input, opts ...grpc.CallOption) (*SoundcloudPlaylists_Output, error)
	SoundcloudPlaylist(ctx context.Context, in *SoundcloudPlaylist_Input, opts ...grpc.CallOption) (*SoundcloudPlaylist_Output, error)
	SoundcloudTracks(ctx context.Context, in *SoundcloudTracks_Input, opts ...grpc.CallOption) (*SoundcloudTracks_Output, error)
	SoundcloudTrack(ctx context.Context, in *SoundcloudTrack_Input, opts ...grpc.CallOption) (*SoundcloudTrack_Output, error)
	Metrics(ctx context.Context, in *Metrics_Input, opts ...grpc.CallOption) (*Metrics_Output, error)
	CounterInc(ctx context.Context, in *CounterInc_Input, opts ...grpc.CallOption) (*CounterInc_Output, error)
	NumberSetIfBigger(ctx context.Context, in *NumberSetIfBigger_Input, opts ...grpc.CallOption) (*NumberSetIfBigger_Output, error)
	KeyValueStringSet(ctx context.Context, in *KeyValueStringSet_Input, opts ...grpc.CallOption) (*KeyValueStringSet_Output, error)
	KeyValueStringGet(ctx context.Context, in *KeyValueStringGet_Input, opts ...grpc.CallOption) (*KeyValueStringGet_Output, error)
	KeyValueFloatSet(ctx context.Context, in *KeyValueFloatSet_Input, opts ...grpc.CallOption) (*KeyValueFloatSet_Output, error)
	KeyValueFloatGet(ctx context.Context, in *KeyValueFloatGet_Input, opts ...grpc.CallOption) (*KeyValueFloatGet_Output, error)
	EchoStream(ctx context.Context, opts ...grpc.CallOption) (Service_EchoStreamClient, error)
	TestReadStream(ctx context.Context, in *TestReadStream_Input, opts ...grpc.CallOption) (Service_TestReadStreamClient, error)
}

ServiceClient is the client API for Service service.

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

func NewServiceClient

func NewServiceClient(cc *grpc.ClientConn) ServiceClient

type ServiceServer

type ServiceServer interface {
	KryptosEncrypt(context.Context, *Kryptos_Input) (*Kryptos_Output, error)
	KryptosDecrypt(context.Context, *Kryptos_Input) (*Kryptos_Output, error)
	TpyoEnocde(context.Context, *TpyoEnocde_Ipunt) (*TpyoEnocde_Ouptut, error)
	Ping(context.Context, *Ping_Input) (*Ping_Output, error)
	Dashboard(context.Context, *Dashboard_Input) (*Dashboard_Output, error)
	Hackz(context.Context, *Hackz_Input) (*Hackz_Output, error)
	Crew(context.Context, *Crew_Input) (*Crew_Output, error)
	Numberinfo(context.Context, *Numberinfo_Input) (*Numberinfo_Output, error)
	Recettator(context.Context, *Recettator_Input) (*Recettator_Output, error)
	Moijaime(context.Context, *Moijaime_Input) (*Moijaime_Output, error)
	SpreadshirtRandom(context.Context, *SpreadshirtRandom_Input) (*SpreadshirtRandom_Output, error)
	SpreadshirtAll(context.Context, *SpreadshirtAll_Input) (*SpreadshirtAll_Output, error)
	Wotd(context.Context, *Wotd_Input) (*Wotd_Output, error)
	SoundcloudMe(context.Context, *SoundcloudMe_Input) (*SoundcloudMe_Output, error)
	SoundcloudPlaylists(context.Context, *SoundcloudPlaylists_Input) (*SoundcloudPlaylists_Output, error)
	SoundcloudPlaylist(context.Context, *SoundcloudPlaylist_Input) (*SoundcloudPlaylist_Output, error)
	SoundcloudTracks(context.Context, *SoundcloudTracks_Input) (*SoundcloudTracks_Output, error)
	SoundcloudTrack(context.Context, *SoundcloudTrack_Input) (*SoundcloudTrack_Output, error)
	Metrics(context.Context, *Metrics_Input) (*Metrics_Output, error)
	CounterInc(context.Context, *CounterInc_Input) (*CounterInc_Output, error)
	NumberSetIfBigger(context.Context, *NumberSetIfBigger_Input) (*NumberSetIfBigger_Output, error)
	KeyValueStringSet(context.Context, *KeyValueStringSet_Input) (*KeyValueStringSet_Output, error)
	KeyValueStringGet(context.Context, *KeyValueStringGet_Input) (*KeyValueStringGet_Output, error)
	KeyValueFloatSet(context.Context, *KeyValueFloatSet_Input) (*KeyValueFloatSet_Output, error)
	KeyValueFloatGet(context.Context, *KeyValueFloatGet_Input) (*KeyValueFloatGet_Output, error)
	EchoStream(Service_EchoStreamServer) error
	TestReadStream(*TestReadStream_Input, Service_TestReadStreamServer) error
}

ServiceServer is the server API for Service service.

type Service_EchoStreamClient

type Service_EchoStreamClient interface {
	Send(*EchoStream_Input) error
	Recv() (*EchoStream_Output, error)
	grpc.ClientStream
}

type Service_EchoStreamServer

type Service_EchoStreamServer interface {
	Send(*EchoStream_Output) error
	Recv() (*EchoStream_Input, error)
	grpc.ServerStream
}

type Service_TestReadStreamClient

type Service_TestReadStreamClient interface {
	Recv() (*TestReadStream_Output, error)
	grpc.ClientStream
}

type Service_TestReadStreamServer

type Service_TestReadStreamServer interface {
	Send(*TestReadStream_Output) error
	grpc.ServerStream
}

type SoundcloudMe

type SoundcloudMe struct {
}

func (*SoundcloudMe) Descriptor

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

func (*SoundcloudMe) Marshal

func (m *SoundcloudMe) Marshal() (dAtA []byte, err error)

func (*SoundcloudMe) MarshalTo

func (m *SoundcloudMe) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudMe) MarshalToSizedBuffer

func (m *SoundcloudMe) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudMe) ProtoMessage

func (*SoundcloudMe) ProtoMessage()

func (*SoundcloudMe) Reset

func (m *SoundcloudMe) Reset()

func (*SoundcloudMe) Size

func (m *SoundcloudMe) Size() (n int)

func (*SoundcloudMe) String

func (m *SoundcloudMe) String() string

func (*SoundcloudMe) Unmarshal

func (m *SoundcloudMe) Unmarshal(dAtA []byte) error

func (*SoundcloudMe) XXX_DiscardUnknown

func (m *SoundcloudMe) XXX_DiscardUnknown()

func (*SoundcloudMe) XXX_Marshal

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

func (*SoundcloudMe) XXX_Merge

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

func (*SoundcloudMe) XXX_Size

func (m *SoundcloudMe) XXX_Size() int

func (*SoundcloudMe) XXX_Unmarshal

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

type SoundcloudMe_Input

type SoundcloudMe_Input struct {
}

func (*SoundcloudMe_Input) Descriptor

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

func (*SoundcloudMe_Input) Marshal

func (m *SoundcloudMe_Input) Marshal() (dAtA []byte, err error)

func (*SoundcloudMe_Input) MarshalTo

func (m *SoundcloudMe_Input) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudMe_Input) MarshalToSizedBuffer

func (m *SoundcloudMe_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudMe_Input) ProtoMessage

func (*SoundcloudMe_Input) ProtoMessage()

func (*SoundcloudMe_Input) Reset

func (m *SoundcloudMe_Input) Reset()

func (*SoundcloudMe_Input) Size

func (m *SoundcloudMe_Input) Size() (n int)

func (*SoundcloudMe_Input) String

func (m *SoundcloudMe_Input) String() string

func (*SoundcloudMe_Input) Unmarshal

func (m *SoundcloudMe_Input) Unmarshal(dAtA []byte) error

func (*SoundcloudMe_Input) XXX_DiscardUnknown

func (m *SoundcloudMe_Input) XXX_DiscardUnknown()

func (*SoundcloudMe_Input) XXX_Marshal

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

func (*SoundcloudMe_Input) XXX_Merge

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

func (*SoundcloudMe_Input) XXX_Size

func (m *SoundcloudMe_Input) XXX_Size() int

func (*SoundcloudMe_Input) XXX_Unmarshal

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

type SoundcloudMe_Output

type SoundcloudMe_Output struct {
	Me *soundcloud.User `protobuf:"bytes,1,opt,name=me,proto3" json:"me,omitempty"`
}

func (*SoundcloudMe_Output) Descriptor

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

func (*SoundcloudMe_Output) GetMe

func (m *SoundcloudMe_Output) GetMe() *soundcloud.User

func (*SoundcloudMe_Output) Marshal

func (m *SoundcloudMe_Output) Marshal() (dAtA []byte, err error)

func (*SoundcloudMe_Output) MarshalTo

func (m *SoundcloudMe_Output) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudMe_Output) MarshalToSizedBuffer

func (m *SoundcloudMe_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudMe_Output) ProtoMessage

func (*SoundcloudMe_Output) ProtoMessage()

func (*SoundcloudMe_Output) Reset

func (m *SoundcloudMe_Output) Reset()

func (*SoundcloudMe_Output) Size

func (m *SoundcloudMe_Output) Size() (n int)

func (*SoundcloudMe_Output) String

func (m *SoundcloudMe_Output) String() string

func (*SoundcloudMe_Output) Unmarshal

func (m *SoundcloudMe_Output) Unmarshal(dAtA []byte) error

func (*SoundcloudMe_Output) XXX_DiscardUnknown

func (m *SoundcloudMe_Output) XXX_DiscardUnknown()

func (*SoundcloudMe_Output) XXX_Marshal

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

func (*SoundcloudMe_Output) XXX_Merge

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

func (*SoundcloudMe_Output) XXX_Size

func (m *SoundcloudMe_Output) XXX_Size() int

func (*SoundcloudMe_Output) XXX_Unmarshal

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

type SoundcloudPlaylist

type SoundcloudPlaylist struct {
}

func (*SoundcloudPlaylist) Descriptor

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

func (*SoundcloudPlaylist) Marshal

func (m *SoundcloudPlaylist) Marshal() (dAtA []byte, err error)

func (*SoundcloudPlaylist) MarshalTo

func (m *SoundcloudPlaylist) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudPlaylist) MarshalToSizedBuffer

func (m *SoundcloudPlaylist) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudPlaylist) ProtoMessage

func (*SoundcloudPlaylist) ProtoMessage()

func (*SoundcloudPlaylist) Reset

func (m *SoundcloudPlaylist) Reset()

func (*SoundcloudPlaylist) Size

func (m *SoundcloudPlaylist) Size() (n int)

func (*SoundcloudPlaylist) String

func (m *SoundcloudPlaylist) String() string

func (*SoundcloudPlaylist) Unmarshal

func (m *SoundcloudPlaylist) Unmarshal(dAtA []byte) error

func (*SoundcloudPlaylist) XXX_DiscardUnknown

func (m *SoundcloudPlaylist) XXX_DiscardUnknown()

func (*SoundcloudPlaylist) XXX_Marshal

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

func (*SoundcloudPlaylist) XXX_Merge

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

func (*SoundcloudPlaylist) XXX_Size

func (m *SoundcloudPlaylist) XXX_Size() int

func (*SoundcloudPlaylist) XXX_Unmarshal

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

type SoundcloudPlaylist_Input

type SoundcloudPlaylist_Input struct {
	PlaylistId uint64 `protobuf:"varint,1,opt,name=playlist_id,json=playlistId,proto3" json:"playlist_id,omitempty"`
}

func (*SoundcloudPlaylist_Input) Descriptor

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

func (*SoundcloudPlaylist_Input) GetPlaylistId

func (m *SoundcloudPlaylist_Input) GetPlaylistId() uint64

func (*SoundcloudPlaylist_Input) Marshal

func (m *SoundcloudPlaylist_Input) Marshal() (dAtA []byte, err error)

func (*SoundcloudPlaylist_Input) MarshalTo

func (m *SoundcloudPlaylist_Input) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudPlaylist_Input) MarshalToSizedBuffer

func (m *SoundcloudPlaylist_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudPlaylist_Input) ProtoMessage

func (*SoundcloudPlaylist_Input) ProtoMessage()

func (*SoundcloudPlaylist_Input) Reset

func (m *SoundcloudPlaylist_Input) Reset()

func (*SoundcloudPlaylist_Input) Size

func (m *SoundcloudPlaylist_Input) Size() (n int)

func (*SoundcloudPlaylist_Input) String

func (m *SoundcloudPlaylist_Input) String() string

func (*SoundcloudPlaylist_Input) Unmarshal

func (m *SoundcloudPlaylist_Input) Unmarshal(dAtA []byte) error

func (*SoundcloudPlaylist_Input) XXX_DiscardUnknown

func (m *SoundcloudPlaylist_Input) XXX_DiscardUnknown()

func (*SoundcloudPlaylist_Input) XXX_Marshal

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

func (*SoundcloudPlaylist_Input) XXX_Merge

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

func (*SoundcloudPlaylist_Input) XXX_Size

func (m *SoundcloudPlaylist_Input) XXX_Size() int

func (*SoundcloudPlaylist_Input) XXX_Unmarshal

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

type SoundcloudPlaylist_Output

type SoundcloudPlaylist_Output struct {
	Playlist *soundcloud.Playlist `protobuf:"bytes,1,opt,name=playlist,proto3" json:"playlist,omitempty"`
}

func (*SoundcloudPlaylist_Output) Descriptor

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

func (*SoundcloudPlaylist_Output) GetPlaylist

func (m *SoundcloudPlaylist_Output) GetPlaylist() *soundcloud.Playlist

func (*SoundcloudPlaylist_Output) Marshal

func (m *SoundcloudPlaylist_Output) Marshal() (dAtA []byte, err error)

func (*SoundcloudPlaylist_Output) MarshalTo

func (m *SoundcloudPlaylist_Output) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudPlaylist_Output) MarshalToSizedBuffer

func (m *SoundcloudPlaylist_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudPlaylist_Output) ProtoMessage

func (*SoundcloudPlaylist_Output) ProtoMessage()

func (*SoundcloudPlaylist_Output) Reset

func (m *SoundcloudPlaylist_Output) Reset()

func (*SoundcloudPlaylist_Output) Size

func (m *SoundcloudPlaylist_Output) Size() (n int)

func (*SoundcloudPlaylist_Output) String

func (m *SoundcloudPlaylist_Output) String() string

func (*SoundcloudPlaylist_Output) Unmarshal

func (m *SoundcloudPlaylist_Output) Unmarshal(dAtA []byte) error

func (*SoundcloudPlaylist_Output) XXX_DiscardUnknown

func (m *SoundcloudPlaylist_Output) XXX_DiscardUnknown()

func (*SoundcloudPlaylist_Output) XXX_Marshal

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

func (*SoundcloudPlaylist_Output) XXX_Merge

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

func (*SoundcloudPlaylist_Output) XXX_Size

func (m *SoundcloudPlaylist_Output) XXX_Size() int

func (*SoundcloudPlaylist_Output) XXX_Unmarshal

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

type SoundcloudPlaylists

type SoundcloudPlaylists struct {
}

func (*SoundcloudPlaylists) Descriptor

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

func (*SoundcloudPlaylists) Marshal

func (m *SoundcloudPlaylists) Marshal() (dAtA []byte, err error)

func (*SoundcloudPlaylists) MarshalTo

func (m *SoundcloudPlaylists) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudPlaylists) MarshalToSizedBuffer

func (m *SoundcloudPlaylists) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudPlaylists) ProtoMessage

func (*SoundcloudPlaylists) ProtoMessage()

func (*SoundcloudPlaylists) Reset

func (m *SoundcloudPlaylists) Reset()

func (*SoundcloudPlaylists) Size

func (m *SoundcloudPlaylists) Size() (n int)

func (*SoundcloudPlaylists) String

func (m *SoundcloudPlaylists) String() string

func (*SoundcloudPlaylists) Unmarshal

func (m *SoundcloudPlaylists) Unmarshal(dAtA []byte) error

func (*SoundcloudPlaylists) XXX_DiscardUnknown

func (m *SoundcloudPlaylists) XXX_DiscardUnknown()

func (*SoundcloudPlaylists) XXX_Marshal

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

func (*SoundcloudPlaylists) XXX_Merge

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

func (*SoundcloudPlaylists) XXX_Size

func (m *SoundcloudPlaylists) XXX_Size() int

func (*SoundcloudPlaylists) XXX_Unmarshal

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

type SoundcloudPlaylists_Input

type SoundcloudPlaylists_Input struct {
}

func (*SoundcloudPlaylists_Input) Descriptor

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

func (*SoundcloudPlaylists_Input) Marshal

func (m *SoundcloudPlaylists_Input) Marshal() (dAtA []byte, err error)

func (*SoundcloudPlaylists_Input) MarshalTo

func (m *SoundcloudPlaylists_Input) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudPlaylists_Input) MarshalToSizedBuffer

func (m *SoundcloudPlaylists_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudPlaylists_Input) ProtoMessage

func (*SoundcloudPlaylists_Input) ProtoMessage()

func (*SoundcloudPlaylists_Input) Reset

func (m *SoundcloudPlaylists_Input) Reset()

func (*SoundcloudPlaylists_Input) Size

func (m *SoundcloudPlaylists_Input) Size() (n int)

func (*SoundcloudPlaylists_Input) String

func (m *SoundcloudPlaylists_Input) String() string

func (*SoundcloudPlaylists_Input) Unmarshal

func (m *SoundcloudPlaylists_Input) Unmarshal(dAtA []byte) error

func (*SoundcloudPlaylists_Input) XXX_DiscardUnknown

func (m *SoundcloudPlaylists_Input) XXX_DiscardUnknown()

func (*SoundcloudPlaylists_Input) XXX_Marshal

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

func (*SoundcloudPlaylists_Input) XXX_Merge

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

func (*SoundcloudPlaylists_Input) XXX_Size

func (m *SoundcloudPlaylists_Input) XXX_Size() int

func (*SoundcloudPlaylists_Input) XXX_Unmarshal

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

type SoundcloudPlaylists_Output

type SoundcloudPlaylists_Output struct {
	Playlists *soundcloud.Playlists `protobuf:"bytes,1,opt,name=playlists,proto3" json:"playlists,omitempty"`
}

func (*SoundcloudPlaylists_Output) Descriptor

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

func (*SoundcloudPlaylists_Output) GetPlaylists

func (m *SoundcloudPlaylists_Output) GetPlaylists() *soundcloud.Playlists

func (*SoundcloudPlaylists_Output) Marshal

func (m *SoundcloudPlaylists_Output) Marshal() (dAtA []byte, err error)

func (*SoundcloudPlaylists_Output) MarshalTo

func (m *SoundcloudPlaylists_Output) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudPlaylists_Output) MarshalToSizedBuffer

func (m *SoundcloudPlaylists_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudPlaylists_Output) ProtoMessage

func (*SoundcloudPlaylists_Output) ProtoMessage()

func (*SoundcloudPlaylists_Output) Reset

func (m *SoundcloudPlaylists_Output) Reset()

func (*SoundcloudPlaylists_Output) Size

func (m *SoundcloudPlaylists_Output) Size() (n int)

func (*SoundcloudPlaylists_Output) String

func (m *SoundcloudPlaylists_Output) String() string

func (*SoundcloudPlaylists_Output) Unmarshal

func (m *SoundcloudPlaylists_Output) Unmarshal(dAtA []byte) error

func (*SoundcloudPlaylists_Output) XXX_DiscardUnknown

func (m *SoundcloudPlaylists_Output) XXX_DiscardUnknown()

func (*SoundcloudPlaylists_Output) XXX_Marshal

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

func (*SoundcloudPlaylists_Output) XXX_Merge

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

func (*SoundcloudPlaylists_Output) XXX_Size

func (m *SoundcloudPlaylists_Output) XXX_Size() int

func (*SoundcloudPlaylists_Output) XXX_Unmarshal

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

type SoundcloudTrack

type SoundcloudTrack struct {
}

func (*SoundcloudTrack) Descriptor

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

func (*SoundcloudTrack) Marshal

func (m *SoundcloudTrack) Marshal() (dAtA []byte, err error)

func (*SoundcloudTrack) MarshalTo

func (m *SoundcloudTrack) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudTrack) MarshalToSizedBuffer

func (m *SoundcloudTrack) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudTrack) ProtoMessage

func (*SoundcloudTrack) ProtoMessage()

func (*SoundcloudTrack) Reset

func (m *SoundcloudTrack) Reset()

func (*SoundcloudTrack) Size

func (m *SoundcloudTrack) Size() (n int)

func (*SoundcloudTrack) String

func (m *SoundcloudTrack) String() string

func (*SoundcloudTrack) Unmarshal

func (m *SoundcloudTrack) Unmarshal(dAtA []byte) error

func (*SoundcloudTrack) XXX_DiscardUnknown

func (m *SoundcloudTrack) XXX_DiscardUnknown()

func (*SoundcloudTrack) XXX_Marshal

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

func (*SoundcloudTrack) XXX_Merge

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

func (*SoundcloudTrack) XXX_Size

func (m *SoundcloudTrack) XXX_Size() int

func (*SoundcloudTrack) XXX_Unmarshal

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

type SoundcloudTrack_Input

type SoundcloudTrack_Input struct {
	TrackId uint64 `protobuf:"varint,1,opt,name=track_id,json=trackId,proto3" json:"track_id,omitempty"`
}

func (*SoundcloudTrack_Input) Descriptor

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

func (*SoundcloudTrack_Input) GetTrackId

func (m *SoundcloudTrack_Input) GetTrackId() uint64

func (*SoundcloudTrack_Input) Marshal

func (m *SoundcloudTrack_Input) Marshal() (dAtA []byte, err error)

func (*SoundcloudTrack_Input) MarshalTo

func (m *SoundcloudTrack_Input) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudTrack_Input) MarshalToSizedBuffer

func (m *SoundcloudTrack_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudTrack_Input) ProtoMessage

func (*SoundcloudTrack_Input) ProtoMessage()

func (*SoundcloudTrack_Input) Reset

func (m *SoundcloudTrack_Input) Reset()

func (*SoundcloudTrack_Input) Size

func (m *SoundcloudTrack_Input) Size() (n int)

func (*SoundcloudTrack_Input) String

func (m *SoundcloudTrack_Input) String() string

func (*SoundcloudTrack_Input) Unmarshal

func (m *SoundcloudTrack_Input) Unmarshal(dAtA []byte) error

func (*SoundcloudTrack_Input) XXX_DiscardUnknown

func (m *SoundcloudTrack_Input) XXX_DiscardUnknown()

func (*SoundcloudTrack_Input) XXX_Marshal

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

func (*SoundcloudTrack_Input) XXX_Merge

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

func (*SoundcloudTrack_Input) XXX_Size

func (m *SoundcloudTrack_Input) XXX_Size() int

func (*SoundcloudTrack_Input) XXX_Unmarshal

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

type SoundcloudTrack_Output

type SoundcloudTrack_Output struct {
	Track *soundcloud.Track `protobuf:"bytes,1,opt,name=track,proto3" json:"track,omitempty"`
}

func (*SoundcloudTrack_Output) Descriptor

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

func (*SoundcloudTrack_Output) GetTrack

func (m *SoundcloudTrack_Output) GetTrack() *soundcloud.Track

func (*SoundcloudTrack_Output) Marshal

func (m *SoundcloudTrack_Output) Marshal() (dAtA []byte, err error)

func (*SoundcloudTrack_Output) MarshalTo

func (m *SoundcloudTrack_Output) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudTrack_Output) MarshalToSizedBuffer

func (m *SoundcloudTrack_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudTrack_Output) ProtoMessage

func (*SoundcloudTrack_Output) ProtoMessage()

func (*SoundcloudTrack_Output) Reset

func (m *SoundcloudTrack_Output) Reset()

func (*SoundcloudTrack_Output) Size

func (m *SoundcloudTrack_Output) Size() (n int)

func (*SoundcloudTrack_Output) String

func (m *SoundcloudTrack_Output) String() string

func (*SoundcloudTrack_Output) Unmarshal

func (m *SoundcloudTrack_Output) Unmarshal(dAtA []byte) error

func (*SoundcloudTrack_Output) XXX_DiscardUnknown

func (m *SoundcloudTrack_Output) XXX_DiscardUnknown()

func (*SoundcloudTrack_Output) XXX_Marshal

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

func (*SoundcloudTrack_Output) XXX_Merge

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

func (*SoundcloudTrack_Output) XXX_Size

func (m *SoundcloudTrack_Output) XXX_Size() int

func (*SoundcloudTrack_Output) XXX_Unmarshal

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

type SoundcloudTracks

type SoundcloudTracks struct {
}

func (*SoundcloudTracks) Descriptor

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

func (*SoundcloudTracks) Marshal

func (m *SoundcloudTracks) Marshal() (dAtA []byte, err error)

func (*SoundcloudTracks) MarshalTo

func (m *SoundcloudTracks) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudTracks) MarshalToSizedBuffer

func (m *SoundcloudTracks) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudTracks) ProtoMessage

func (*SoundcloudTracks) ProtoMessage()

func (*SoundcloudTracks) Reset

func (m *SoundcloudTracks) Reset()

func (*SoundcloudTracks) Size

func (m *SoundcloudTracks) Size() (n int)

func (*SoundcloudTracks) String

func (m *SoundcloudTracks) String() string

func (*SoundcloudTracks) Unmarshal

func (m *SoundcloudTracks) Unmarshal(dAtA []byte) error

func (*SoundcloudTracks) XXX_DiscardUnknown

func (m *SoundcloudTracks) XXX_DiscardUnknown()

func (*SoundcloudTracks) XXX_Marshal

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

func (*SoundcloudTracks) XXX_Merge

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

func (*SoundcloudTracks) XXX_Size

func (m *SoundcloudTracks) XXX_Size() int

func (*SoundcloudTracks) XXX_Unmarshal

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

type SoundcloudTracks_Input

type SoundcloudTracks_Input struct {
}

func (*SoundcloudTracks_Input) Descriptor

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

func (*SoundcloudTracks_Input) Marshal

func (m *SoundcloudTracks_Input) Marshal() (dAtA []byte, err error)

func (*SoundcloudTracks_Input) MarshalTo

func (m *SoundcloudTracks_Input) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudTracks_Input) MarshalToSizedBuffer

func (m *SoundcloudTracks_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudTracks_Input) ProtoMessage

func (*SoundcloudTracks_Input) ProtoMessage()

func (*SoundcloudTracks_Input) Reset

func (m *SoundcloudTracks_Input) Reset()

func (*SoundcloudTracks_Input) Size

func (m *SoundcloudTracks_Input) Size() (n int)

func (*SoundcloudTracks_Input) String

func (m *SoundcloudTracks_Input) String() string

func (*SoundcloudTracks_Input) Unmarshal

func (m *SoundcloudTracks_Input) Unmarshal(dAtA []byte) error

func (*SoundcloudTracks_Input) XXX_DiscardUnknown

func (m *SoundcloudTracks_Input) XXX_DiscardUnknown()

func (*SoundcloudTracks_Input) XXX_Marshal

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

func (*SoundcloudTracks_Input) XXX_Merge

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

func (*SoundcloudTracks_Input) XXX_Size

func (m *SoundcloudTracks_Input) XXX_Size() int

func (*SoundcloudTracks_Input) XXX_Unmarshal

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

type SoundcloudTracks_Output

type SoundcloudTracks_Output struct {
	Tracks *soundcloud.Tracks `protobuf:"bytes,1,opt,name=tracks,proto3" json:"tracks,omitempty"`
}

func (*SoundcloudTracks_Output) Descriptor

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

func (*SoundcloudTracks_Output) GetTracks

func (m *SoundcloudTracks_Output) GetTracks() *soundcloud.Tracks

func (*SoundcloudTracks_Output) Marshal

func (m *SoundcloudTracks_Output) Marshal() (dAtA []byte, err error)

func (*SoundcloudTracks_Output) MarshalTo

func (m *SoundcloudTracks_Output) MarshalTo(dAtA []byte) (int, error)

func (*SoundcloudTracks_Output) MarshalToSizedBuffer

func (m *SoundcloudTracks_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SoundcloudTracks_Output) ProtoMessage

func (*SoundcloudTracks_Output) ProtoMessage()

func (*SoundcloudTracks_Output) Reset

func (m *SoundcloudTracks_Output) Reset()

func (*SoundcloudTracks_Output) Size

func (m *SoundcloudTracks_Output) Size() (n int)

func (*SoundcloudTracks_Output) String

func (m *SoundcloudTracks_Output) String() string

func (*SoundcloudTracks_Output) Unmarshal

func (m *SoundcloudTracks_Output) Unmarshal(dAtA []byte) error

func (*SoundcloudTracks_Output) XXX_DiscardUnknown

func (m *SoundcloudTracks_Output) XXX_DiscardUnknown()

func (*SoundcloudTracks_Output) XXX_Marshal

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

func (*SoundcloudTracks_Output) XXX_Merge

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

func (*SoundcloudTracks_Output) XXX_Size

func (m *SoundcloudTracks_Output) XXX_Size() int

func (*SoundcloudTracks_Output) XXX_Unmarshal

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

type SpreadshirtAll

type SpreadshirtAll struct {
}

func (*SpreadshirtAll) Descriptor

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

func (*SpreadshirtAll) Marshal

func (m *SpreadshirtAll) Marshal() (dAtA []byte, err error)

func (*SpreadshirtAll) MarshalTo

func (m *SpreadshirtAll) MarshalTo(dAtA []byte) (int, error)

func (*SpreadshirtAll) MarshalToSizedBuffer

func (m *SpreadshirtAll) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpreadshirtAll) ProtoMessage

func (*SpreadshirtAll) ProtoMessage()

func (*SpreadshirtAll) Reset

func (m *SpreadshirtAll) Reset()

func (*SpreadshirtAll) Size

func (m *SpreadshirtAll) Size() (n int)

func (*SpreadshirtAll) String

func (m *SpreadshirtAll) String() string

func (*SpreadshirtAll) Unmarshal

func (m *SpreadshirtAll) Unmarshal(dAtA []byte) error

func (*SpreadshirtAll) XXX_DiscardUnknown

func (m *SpreadshirtAll) XXX_DiscardUnknown()

func (*SpreadshirtAll) XXX_Marshal

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

func (*SpreadshirtAll) XXX_Merge

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

func (*SpreadshirtAll) XXX_Size

func (m *SpreadshirtAll) XXX_Size() int

func (*SpreadshirtAll) XXX_Unmarshal

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

type SpreadshirtAll_Input

type SpreadshirtAll_Input struct {
}

func (*SpreadshirtAll_Input) Descriptor

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

func (*SpreadshirtAll_Input) Marshal

func (m *SpreadshirtAll_Input) Marshal() (dAtA []byte, err error)

func (*SpreadshirtAll_Input) MarshalTo

func (m *SpreadshirtAll_Input) MarshalTo(dAtA []byte) (int, error)

func (*SpreadshirtAll_Input) MarshalToSizedBuffer

func (m *SpreadshirtAll_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpreadshirtAll_Input) ProtoMessage

func (*SpreadshirtAll_Input) ProtoMessage()

func (*SpreadshirtAll_Input) Reset

func (m *SpreadshirtAll_Input) Reset()

func (*SpreadshirtAll_Input) Size

func (m *SpreadshirtAll_Input) Size() (n int)

func (*SpreadshirtAll_Input) String

func (m *SpreadshirtAll_Input) String() string

func (*SpreadshirtAll_Input) Unmarshal

func (m *SpreadshirtAll_Input) Unmarshal(dAtA []byte) error

func (*SpreadshirtAll_Input) XXX_DiscardUnknown

func (m *SpreadshirtAll_Input) XXX_DiscardUnknown()

func (*SpreadshirtAll_Input) XXX_Marshal

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

func (*SpreadshirtAll_Input) XXX_Merge

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

func (*SpreadshirtAll_Input) XXX_Size

func (m *SpreadshirtAll_Input) XXX_Size() int

func (*SpreadshirtAll_Input) XXX_Unmarshal

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

type SpreadshirtAll_Output

type SpreadshirtAll_Output struct {
}

func (*SpreadshirtAll_Output) Descriptor

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

func (*SpreadshirtAll_Output) Marshal

func (m *SpreadshirtAll_Output) Marshal() (dAtA []byte, err error)

func (*SpreadshirtAll_Output) MarshalTo

func (m *SpreadshirtAll_Output) MarshalTo(dAtA []byte) (int, error)

func (*SpreadshirtAll_Output) MarshalToSizedBuffer

func (m *SpreadshirtAll_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpreadshirtAll_Output) ProtoMessage

func (*SpreadshirtAll_Output) ProtoMessage()

func (*SpreadshirtAll_Output) Reset

func (m *SpreadshirtAll_Output) Reset()

func (*SpreadshirtAll_Output) Size

func (m *SpreadshirtAll_Output) Size() (n int)

func (*SpreadshirtAll_Output) String

func (m *SpreadshirtAll_Output) String() string

func (*SpreadshirtAll_Output) Unmarshal

func (m *SpreadshirtAll_Output) Unmarshal(dAtA []byte) error

func (*SpreadshirtAll_Output) XXX_DiscardUnknown

func (m *SpreadshirtAll_Output) XXX_DiscardUnknown()

func (*SpreadshirtAll_Output) XXX_Marshal

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

func (*SpreadshirtAll_Output) XXX_Merge

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

func (*SpreadshirtAll_Output) XXX_Size

func (m *SpreadshirtAll_Output) XXX_Size() int

func (*SpreadshirtAll_Output) XXX_Unmarshal

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

type SpreadshirtRandom

type SpreadshirtRandom struct {
}

func (*SpreadshirtRandom) Descriptor

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

func (*SpreadshirtRandom) Marshal

func (m *SpreadshirtRandom) Marshal() (dAtA []byte, err error)

func (*SpreadshirtRandom) MarshalTo

func (m *SpreadshirtRandom) MarshalTo(dAtA []byte) (int, error)

func (*SpreadshirtRandom) MarshalToSizedBuffer

func (m *SpreadshirtRandom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpreadshirtRandom) ProtoMessage

func (*SpreadshirtRandom) ProtoMessage()

func (*SpreadshirtRandom) Reset

func (m *SpreadshirtRandom) Reset()

func (*SpreadshirtRandom) Size

func (m *SpreadshirtRandom) Size() (n int)

func (*SpreadshirtRandom) String

func (m *SpreadshirtRandom) String() string

func (*SpreadshirtRandom) Unmarshal

func (m *SpreadshirtRandom) Unmarshal(dAtA []byte) error

func (*SpreadshirtRandom) XXX_DiscardUnknown

func (m *SpreadshirtRandom) XXX_DiscardUnknown()

func (*SpreadshirtRandom) XXX_Marshal

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

func (*SpreadshirtRandom) XXX_Merge

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

func (*SpreadshirtRandom) XXX_Size

func (m *SpreadshirtRandom) XXX_Size() int

func (*SpreadshirtRandom) XXX_Unmarshal

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

type SpreadshirtRandom_Input

type SpreadshirtRandom_Input struct {
}

func (*SpreadshirtRandom_Input) Descriptor

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

func (*SpreadshirtRandom_Input) Marshal

func (m *SpreadshirtRandom_Input) Marshal() (dAtA []byte, err error)

func (*SpreadshirtRandom_Input) MarshalTo

func (m *SpreadshirtRandom_Input) MarshalTo(dAtA []byte) (int, error)

func (*SpreadshirtRandom_Input) MarshalToSizedBuffer

func (m *SpreadshirtRandom_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpreadshirtRandom_Input) ProtoMessage

func (*SpreadshirtRandom_Input) ProtoMessage()

func (*SpreadshirtRandom_Input) Reset

func (m *SpreadshirtRandom_Input) Reset()

func (*SpreadshirtRandom_Input) Size

func (m *SpreadshirtRandom_Input) Size() (n int)

func (*SpreadshirtRandom_Input) String

func (m *SpreadshirtRandom_Input) String() string

func (*SpreadshirtRandom_Input) Unmarshal

func (m *SpreadshirtRandom_Input) Unmarshal(dAtA []byte) error

func (*SpreadshirtRandom_Input) XXX_DiscardUnknown

func (m *SpreadshirtRandom_Input) XXX_DiscardUnknown()

func (*SpreadshirtRandom_Input) XXX_Marshal

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

func (*SpreadshirtRandom_Input) XXX_Merge

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

func (*SpreadshirtRandom_Input) XXX_Size

func (m *SpreadshirtRandom_Input) XXX_Size() int

func (*SpreadshirtRandom_Input) XXX_Unmarshal

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

type SpreadshirtRandom_Output

type SpreadshirtRandom_Output struct {
}

func (*SpreadshirtRandom_Output) Descriptor

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

func (*SpreadshirtRandom_Output) Marshal

func (m *SpreadshirtRandom_Output) Marshal() (dAtA []byte, err error)

func (*SpreadshirtRandom_Output) MarshalTo

func (m *SpreadshirtRandom_Output) MarshalTo(dAtA []byte) (int, error)

func (*SpreadshirtRandom_Output) MarshalToSizedBuffer

func (m *SpreadshirtRandom_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpreadshirtRandom_Output) ProtoMessage

func (*SpreadshirtRandom_Output) ProtoMessage()

func (*SpreadshirtRandom_Output) Reset

func (m *SpreadshirtRandom_Output) Reset()

func (*SpreadshirtRandom_Output) Size

func (m *SpreadshirtRandom_Output) Size() (n int)

func (*SpreadshirtRandom_Output) String

func (m *SpreadshirtRandom_Output) String() string

func (*SpreadshirtRandom_Output) Unmarshal

func (m *SpreadshirtRandom_Output) Unmarshal(dAtA []byte) error

func (*SpreadshirtRandom_Output) XXX_DiscardUnknown

func (m *SpreadshirtRandom_Output) XXX_DiscardUnknown()

func (*SpreadshirtRandom_Output) XXX_Marshal

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

func (*SpreadshirtRandom_Output) XXX_Merge

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

func (*SpreadshirtRandom_Output) XXX_Size

func (m *SpreadshirtRandom_Output) XXX_Size() int

func (*SpreadshirtRandom_Output) XXX_Unmarshal

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

type TestReadStream

type TestReadStream struct {
}

func (*TestReadStream) Descriptor

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

func (*TestReadStream) Marshal

func (m *TestReadStream) Marshal() (dAtA []byte, err error)

func (*TestReadStream) MarshalTo

func (m *TestReadStream) MarshalTo(dAtA []byte) (int, error)

func (*TestReadStream) MarshalToSizedBuffer

func (m *TestReadStream) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TestReadStream) ProtoMessage

func (*TestReadStream) ProtoMessage()

func (*TestReadStream) Reset

func (m *TestReadStream) Reset()

func (*TestReadStream) Size

func (m *TestReadStream) Size() (n int)

func (*TestReadStream) String

func (m *TestReadStream) String() string

func (*TestReadStream) Unmarshal

func (m *TestReadStream) Unmarshal(dAtA []byte) error

func (*TestReadStream) XXX_DiscardUnknown

func (m *TestReadStream) XXX_DiscardUnknown()

func (*TestReadStream) XXX_Marshal

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

func (*TestReadStream) XXX_Merge

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

func (*TestReadStream) XXX_Size

func (m *TestReadStream) XXX_Size() int

func (*TestReadStream) XXX_Unmarshal

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

type TestReadStream_Input

type TestReadStream_Input struct {
}

func (*TestReadStream_Input) Descriptor

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

func (*TestReadStream_Input) Marshal

func (m *TestReadStream_Input) Marshal() (dAtA []byte, err error)

func (*TestReadStream_Input) MarshalTo

func (m *TestReadStream_Input) MarshalTo(dAtA []byte) (int, error)

func (*TestReadStream_Input) MarshalToSizedBuffer

func (m *TestReadStream_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TestReadStream_Input) ProtoMessage

func (*TestReadStream_Input) ProtoMessage()

func (*TestReadStream_Input) Reset

func (m *TestReadStream_Input) Reset()

func (*TestReadStream_Input) Size

func (m *TestReadStream_Input) Size() (n int)

func (*TestReadStream_Input) String

func (m *TestReadStream_Input) String() string

func (*TestReadStream_Input) Unmarshal

func (m *TestReadStream_Input) Unmarshal(dAtA []byte) error

func (*TestReadStream_Input) XXX_DiscardUnknown

func (m *TestReadStream_Input) XXX_DiscardUnknown()

func (*TestReadStream_Input) XXX_Marshal

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

func (*TestReadStream_Input) XXX_Merge

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

func (*TestReadStream_Input) XXX_Size

func (m *TestReadStream_Input) XXX_Size() int

func (*TestReadStream_Input) XXX_Unmarshal

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

type TestReadStream_Output

type TestReadStream_Output struct {
	Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
}

func (*TestReadStream_Output) Descriptor

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

func (*TestReadStream_Output) GetMsg

func (m *TestReadStream_Output) GetMsg() string

func (*TestReadStream_Output) Marshal

func (m *TestReadStream_Output) Marshal() (dAtA []byte, err error)

func (*TestReadStream_Output) MarshalTo

func (m *TestReadStream_Output) MarshalTo(dAtA []byte) (int, error)

func (*TestReadStream_Output) MarshalToSizedBuffer

func (m *TestReadStream_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TestReadStream_Output) ProtoMessage

func (*TestReadStream_Output) ProtoMessage()

func (*TestReadStream_Output) Reset

func (m *TestReadStream_Output) Reset()

func (*TestReadStream_Output) Size

func (m *TestReadStream_Output) Size() (n int)

func (*TestReadStream_Output) String

func (m *TestReadStream_Output) String() string

func (*TestReadStream_Output) Unmarshal

func (m *TestReadStream_Output) Unmarshal(dAtA []byte) error

func (*TestReadStream_Output) XXX_DiscardUnknown

func (m *TestReadStream_Output) XXX_DiscardUnknown()

func (*TestReadStream_Output) XXX_Marshal

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

func (*TestReadStream_Output) XXX_Merge

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

func (*TestReadStream_Output) XXX_Size

func (m *TestReadStream_Output) XXX_Size() int

func (*TestReadStream_Output) XXX_Unmarshal

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

type TpyoEnocde

type TpyoEnocde struct {
}

func (*TpyoEnocde) Descriptor

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

func (*TpyoEnocde) Marshal

func (m *TpyoEnocde) Marshal() (dAtA []byte, err error)

func (*TpyoEnocde) MarshalTo

func (m *TpyoEnocde) MarshalTo(dAtA []byte) (int, error)

func (*TpyoEnocde) MarshalToSizedBuffer

func (m *TpyoEnocde) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TpyoEnocde) ProtoMessage

func (*TpyoEnocde) ProtoMessage()

func (*TpyoEnocde) Reset

func (m *TpyoEnocde) Reset()

func (*TpyoEnocde) Size

func (m *TpyoEnocde) Size() (n int)

func (*TpyoEnocde) String

func (m *TpyoEnocde) String() string

func (*TpyoEnocde) Unmarshal

func (m *TpyoEnocde) Unmarshal(dAtA []byte) error

func (*TpyoEnocde) XXX_DiscardUnknown

func (m *TpyoEnocde) XXX_DiscardUnknown()

func (*TpyoEnocde) XXX_Marshal

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

func (*TpyoEnocde) XXX_Merge

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

func (*TpyoEnocde) XXX_Size

func (m *TpyoEnocde) XXX_Size() int

func (*TpyoEnocde) XXX_Unmarshal

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

type TpyoEnocde_Ipunt

type TpyoEnocde_Ipunt struct {
	Form string `protobuf:"bytes,1,opt,name=form,proto3" json:"form,omitempty"`
}

func (*TpyoEnocde_Ipunt) Descriptor

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

func (*TpyoEnocde_Ipunt) GetForm

func (m *TpyoEnocde_Ipunt) GetForm() string

func (*TpyoEnocde_Ipunt) Marshal

func (m *TpyoEnocde_Ipunt) Marshal() (dAtA []byte, err error)

func (*TpyoEnocde_Ipunt) MarshalTo

func (m *TpyoEnocde_Ipunt) MarshalTo(dAtA []byte) (int, error)

func (*TpyoEnocde_Ipunt) MarshalToSizedBuffer

func (m *TpyoEnocde_Ipunt) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TpyoEnocde_Ipunt) ProtoMessage

func (*TpyoEnocde_Ipunt) ProtoMessage()

func (*TpyoEnocde_Ipunt) Reset

func (m *TpyoEnocde_Ipunt) Reset()

func (*TpyoEnocde_Ipunt) Size

func (m *TpyoEnocde_Ipunt) Size() (n int)

func (*TpyoEnocde_Ipunt) String

func (m *TpyoEnocde_Ipunt) String() string

func (*TpyoEnocde_Ipunt) Unmarshal

func (m *TpyoEnocde_Ipunt) Unmarshal(dAtA []byte) error

func (*TpyoEnocde_Ipunt) XXX_DiscardUnknown

func (m *TpyoEnocde_Ipunt) XXX_DiscardUnknown()

func (*TpyoEnocde_Ipunt) XXX_Marshal

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

func (*TpyoEnocde_Ipunt) XXX_Merge

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

func (*TpyoEnocde_Ipunt) XXX_Size

func (m *TpyoEnocde_Ipunt) XXX_Size() int

func (*TpyoEnocde_Ipunt) XXX_Unmarshal

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

type TpyoEnocde_Ouptut

type TpyoEnocde_Ouptut struct {
	To string `protobuf:"bytes,1,opt,name=to,proto3" json:"to,omitempty"`
}

func (*TpyoEnocde_Ouptut) Descriptor

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

func (*TpyoEnocde_Ouptut) GetTo

func (m *TpyoEnocde_Ouptut) GetTo() string

func (*TpyoEnocde_Ouptut) Marshal

func (m *TpyoEnocde_Ouptut) Marshal() (dAtA []byte, err error)

func (*TpyoEnocde_Ouptut) MarshalTo

func (m *TpyoEnocde_Ouptut) MarshalTo(dAtA []byte) (int, error)

func (*TpyoEnocde_Ouptut) MarshalToSizedBuffer

func (m *TpyoEnocde_Ouptut) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TpyoEnocde_Ouptut) ProtoMessage

func (*TpyoEnocde_Ouptut) ProtoMessage()

func (*TpyoEnocde_Ouptut) Reset

func (m *TpyoEnocde_Ouptut) Reset()

func (*TpyoEnocde_Ouptut) Size

func (m *TpyoEnocde_Ouptut) Size() (n int)

func (*TpyoEnocde_Ouptut) String

func (m *TpyoEnocde_Ouptut) String() string

func (*TpyoEnocde_Ouptut) Unmarshal

func (m *TpyoEnocde_Ouptut) Unmarshal(dAtA []byte) error

func (*TpyoEnocde_Ouptut) XXX_DiscardUnknown

func (m *TpyoEnocde_Ouptut) XXX_DiscardUnknown()

func (*TpyoEnocde_Ouptut) XXX_Marshal

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

func (*TpyoEnocde_Ouptut) XXX_Merge

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

func (*TpyoEnocde_Ouptut) XXX_Size

func (m *TpyoEnocde_Ouptut) XXX_Size() int

func (*TpyoEnocde_Ouptut) XXX_Unmarshal

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

type UnimplementedServiceServer

type UnimplementedServiceServer struct {
}

UnimplementedServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedServiceServer) CounterInc

func (*UnimplementedServiceServer) Crew

func (*UnimplementedServiceServer) Dashboard

func (*UnimplementedServiceServer) EchoStream

func (*UnimplementedServiceServer) Hackz

func (*UnimplementedServiceServer) KeyValueFloatGet

func (*UnimplementedServiceServer) KeyValueFloatSet

func (*UnimplementedServiceServer) KeyValueStringGet

func (*UnimplementedServiceServer) KeyValueStringSet

func (*UnimplementedServiceServer) KryptosDecrypt

func (*UnimplementedServiceServer) KryptosEncrypt

func (*UnimplementedServiceServer) Metrics

func (*UnimplementedServiceServer) Moijaime

func (*UnimplementedServiceServer) NumberSetIfBigger

func (*UnimplementedServiceServer) Numberinfo

func (*UnimplementedServiceServer) Ping

func (*UnimplementedServiceServer) Recettator

func (*UnimplementedServiceServer) SoundcloudMe

func (*UnimplementedServiceServer) SoundcloudPlaylist

func (*UnimplementedServiceServer) SoundcloudPlaylists

func (*UnimplementedServiceServer) SoundcloudTrack

func (*UnimplementedServiceServer) SoundcloudTracks

func (*UnimplementedServiceServer) SpreadshirtAll

func (*UnimplementedServiceServer) SpreadshirtRandom

func (*UnimplementedServiceServer) TestReadStream

func (*UnimplementedServiceServer) TpyoEnocde

func (*UnimplementedServiceServer) Wotd

type Wotd

type Wotd struct {
}

func (*Wotd) Descriptor

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

func (*Wotd) Marshal

func (m *Wotd) Marshal() (dAtA []byte, err error)

func (*Wotd) MarshalTo

func (m *Wotd) MarshalTo(dAtA []byte) (int, error)

func (*Wotd) MarshalToSizedBuffer

func (m *Wotd) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Wotd) ProtoMessage

func (*Wotd) ProtoMessage()

func (*Wotd) Reset

func (m *Wotd) Reset()

func (*Wotd) Size

func (m *Wotd) Size() (n int)

func (*Wotd) String

func (m *Wotd) String() string

func (*Wotd) Unmarshal

func (m *Wotd) Unmarshal(dAtA []byte) error

func (*Wotd) XXX_DiscardUnknown

func (m *Wotd) XXX_DiscardUnknown()

func (*Wotd) XXX_Marshal

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

func (*Wotd) XXX_Merge

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

func (*Wotd) XXX_Size

func (m *Wotd) XXX_Size() int

func (*Wotd) XXX_Unmarshal

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

type Wotd_Input

type Wotd_Input struct {
}

func (*Wotd_Input) Descriptor

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

func (*Wotd_Input) Marshal

func (m *Wotd_Input) Marshal() (dAtA []byte, err error)

func (*Wotd_Input) MarshalTo

func (m *Wotd_Input) MarshalTo(dAtA []byte) (int, error)

func (*Wotd_Input) MarshalToSizedBuffer

func (m *Wotd_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Wotd_Input) ProtoMessage

func (*Wotd_Input) ProtoMessage()

func (*Wotd_Input) Reset

func (m *Wotd_Input) Reset()

func (*Wotd_Input) Size

func (m *Wotd_Input) Size() (n int)

func (*Wotd_Input) String

func (m *Wotd_Input) String() string

func (*Wotd_Input) Unmarshal

func (m *Wotd_Input) Unmarshal(dAtA []byte) error

func (*Wotd_Input) XXX_DiscardUnknown

func (m *Wotd_Input) XXX_DiscardUnknown()

func (*Wotd_Input) XXX_Marshal

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

func (*Wotd_Input) XXX_Merge

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

func (*Wotd_Input) XXX_Size

func (m *Wotd_Input) XXX_Size() int

func (*Wotd_Input) XXX_Unmarshal

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

type Wotd_Output

type Wotd_Output struct {
	Word string `protobuf:"bytes,1,opt,name=word,proto3" json:"word,omitempty"`
}

func (*Wotd_Output) Descriptor

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

func (*Wotd_Output) GetWord

func (m *Wotd_Output) GetWord() string

func (*Wotd_Output) Marshal

func (m *Wotd_Output) Marshal() (dAtA []byte, err error)

func (*Wotd_Output) MarshalTo

func (m *Wotd_Output) MarshalTo(dAtA []byte) (int, error)

func (*Wotd_Output) MarshalToSizedBuffer

func (m *Wotd_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Wotd_Output) ProtoMessage

func (*Wotd_Output) ProtoMessage()

func (*Wotd_Output) Reset

func (m *Wotd_Output) Reset()

func (*Wotd_Output) Size

func (m *Wotd_Output) Size() (n int)

func (*Wotd_Output) String

func (m *Wotd_Output) String() string

func (*Wotd_Output) Unmarshal

func (m *Wotd_Output) Unmarshal(dAtA []byte) error

func (*Wotd_Output) XXX_DiscardUnknown

func (m *Wotd_Output) XXX_DiscardUnknown()

func (*Wotd_Output) XXX_Marshal

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

func (*Wotd_Output) XXX_Merge

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

func (*Wotd_Output) XXX_Size

func (m *Wotd_Output) XXX_Size() int

func (*Wotd_Output) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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