recordatoriopb

package
v0.0.0-...-a434896 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2020 License: GPL-3.0 Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterRecordatorioServiceServer

func RegisterRecordatorioServiceServer(s *grpc.Server, srv RecordatorioServiceServer)

Types

type Recordatorio

type Recordatorio struct {
	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Mensaje              string   `protobuf:"bytes,2,opt,name=mensaje,proto3" json:"mensaje,omitempty"`
	FechaLimite          string   `protobuf:"bytes,3,opt,name=fecha_limite,json=fechaLimite,proto3" json:"fecha_limite,omitempty"`
	Tags                 []string `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	Nombre               string   `protobuf:"bytes,5,opt,name=nombre,proto3" json:"nombre,omitempty"`
	Prioridad            int32    `protobuf:"varint,6,opt,name=prioridad,proto3" json:"prioridad,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Recordatorio) Descriptor

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

func (*Recordatorio) GetFechaLimite

func (m *Recordatorio) GetFechaLimite() string

func (*Recordatorio) GetId

func (m *Recordatorio) GetId() int32

func (*Recordatorio) GetMensaje

func (m *Recordatorio) GetMensaje() string

func (*Recordatorio) GetNombre

func (m *Recordatorio) GetNombre() string

func (*Recordatorio) GetPrioridad

func (m *Recordatorio) GetPrioridad() int32

func (*Recordatorio) GetTags

func (m *Recordatorio) GetTags() []string

func (*Recordatorio) ProtoMessage

func (*Recordatorio) ProtoMessage()

func (*Recordatorio) Reset

func (m *Recordatorio) Reset()

func (*Recordatorio) String

func (m *Recordatorio) String() string

func (*Recordatorio) XXX_DiscardUnknown

func (m *Recordatorio) XXX_DiscardUnknown()

func (*Recordatorio) XXX_Marshal

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

func (*Recordatorio) XXX_Merge

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

func (*Recordatorio) XXX_Size

func (m *Recordatorio) XXX_Size() int

func (*Recordatorio) XXX_Unmarshal

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

type RecordatorioRequest

type RecordatorioRequest struct {
	Recordatorio         *Recordatorio `protobuf:"bytes,1,opt,name=recordatorio,proto3" json:"recordatorio,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*RecordatorioRequest) Descriptor

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

func (*RecordatorioRequest) GetRecordatorio

func (m *RecordatorioRequest) GetRecordatorio() *Recordatorio

func (*RecordatorioRequest) ProtoMessage

func (*RecordatorioRequest) ProtoMessage()

func (*RecordatorioRequest) Reset

func (m *RecordatorioRequest) Reset()

func (*RecordatorioRequest) String

func (m *RecordatorioRequest) String() string

func (*RecordatorioRequest) XXX_DiscardUnknown

func (m *RecordatorioRequest) XXX_DiscardUnknown()

func (*RecordatorioRequest) XXX_Marshal

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

func (*RecordatorioRequest) XXX_Merge

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

func (*RecordatorioRequest) XXX_Size

func (m *RecordatorioRequest) XXX_Size() int

func (*RecordatorioRequest) XXX_Unmarshal

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

type RecordatorioResponse

type RecordatorioResponse struct {
	CustomRecordatorio   string   `protobuf:"bytes,1,opt,name=custom_recordatorio,json=customRecordatorio,proto3" json:"custom_recordatorio,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RecordatorioResponse) Descriptor

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

func (*RecordatorioResponse) GetCustomRecordatorio

func (m *RecordatorioResponse) GetCustomRecordatorio() string

func (*RecordatorioResponse) ProtoMessage

func (*RecordatorioResponse) ProtoMessage()

func (*RecordatorioResponse) Reset

func (m *RecordatorioResponse) Reset()

func (*RecordatorioResponse) String

func (m *RecordatorioResponse) String() string

func (*RecordatorioResponse) XXX_DiscardUnknown

func (m *RecordatorioResponse) XXX_DiscardUnknown()

func (*RecordatorioResponse) XXX_Marshal

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

func (*RecordatorioResponse) XXX_Merge

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

func (*RecordatorioResponse) XXX_Size

func (m *RecordatorioResponse) XXX_Size() int

func (*RecordatorioResponse) XXX_Unmarshal

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

type RecordatorioServiceClient

type RecordatorioServiceClient interface {
	Recordatorio(ctx context.Context, in *RecordatorioRequest, opts ...grpc.CallOption) (*RecordatorioResponse, error)
}

RecordatorioServiceClient is the client API for RecordatorioService service.

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

type RecordatorioServiceServer

type RecordatorioServiceServer interface {
	Recordatorio(context.Context, *RecordatorioRequest) (*RecordatorioResponse, error)
}

RecordatorioServiceServer is the server API for RecordatorioService service.

type UnimplementedRecordatorioServiceServer

type UnimplementedRecordatorioServiceServer struct {
}

UnimplementedRecordatorioServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedRecordatorioServiceServer) Recordatorio

Jump to

Keyboard shortcuts

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