stoolint

package
v0.0.0-...-a2be96e Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2020 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthIntapi        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowIntapi          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupIntapi = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterStoolInternalServer

func RegisterStoolInternalServer(s *grpc.Server, srv StoolInternalServer)

Types

type CreateApplicationRequest

type CreateApplicationRequest struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title  string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
}

func (*CreateApplicationRequest) Descriptor

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

func (*CreateApplicationRequest) GetName

func (m *CreateApplicationRequest) GetName() string

func (*CreateApplicationRequest) GetTitle

func (m *CreateApplicationRequest) GetTitle() string

func (*CreateApplicationRequest) GetUserId

func (m *CreateApplicationRequest) GetUserId() string

func (*CreateApplicationRequest) Marshal

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

func (*CreateApplicationRequest) MarshalTo

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

func (*CreateApplicationRequest) MarshalToSizedBuffer

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

func (*CreateApplicationRequest) ProtoMessage

func (*CreateApplicationRequest) ProtoMessage()

func (*CreateApplicationRequest) Reset

func (m *CreateApplicationRequest) Reset()

func (*CreateApplicationRequest) Size

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

func (*CreateApplicationRequest) String

func (m *CreateApplicationRequest) String() string

func (*CreateApplicationRequest) Unmarshal

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

func (*CreateApplicationRequest) XXX_DiscardUnknown

func (m *CreateApplicationRequest) XXX_DiscardUnknown()

func (*CreateApplicationRequest) XXX_Marshal

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

func (*CreateApplicationRequest) XXX_Merge

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

func (*CreateApplicationRequest) XXX_Size

func (m *CreateApplicationRequest) XXX_Size() int

func (*CreateApplicationRequest) XXX_Unmarshal

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

type CreateApplicationResponse

type CreateApplicationResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*CreateApplicationResponse) Descriptor

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

func (*CreateApplicationResponse) GetId

func (m *CreateApplicationResponse) GetId() string

func (*CreateApplicationResponse) Marshal

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

func (*CreateApplicationResponse) MarshalTo

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

func (*CreateApplicationResponse) MarshalToSizedBuffer

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

func (*CreateApplicationResponse) ProtoMessage

func (*CreateApplicationResponse) ProtoMessage()

func (*CreateApplicationResponse) Reset

func (m *CreateApplicationResponse) Reset()

func (*CreateApplicationResponse) Size

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

func (*CreateApplicationResponse) String

func (m *CreateApplicationResponse) String() string

func (*CreateApplicationResponse) Unmarshal

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

func (*CreateApplicationResponse) XXX_DiscardUnknown

func (m *CreateApplicationResponse) XXX_DiscardUnknown()

func (*CreateApplicationResponse) XXX_Marshal

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

func (*CreateApplicationResponse) XXX_Merge

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

func (*CreateApplicationResponse) XXX_Size

func (m *CreateApplicationResponse) XXX_Size() int

func (*CreateApplicationResponse) XXX_Unmarshal

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

type StoolInternalClient

type StoolInternalClient interface {
	CreateApplication(ctx context.Context, in *CreateApplicationRequest, opts ...grpc.CallOption) (*CreateApplicationResponse, error)
}

StoolInternalClient is the client API for StoolInternal service.

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

func NewStoolInternalClient

func NewStoolInternalClient(cc *grpc.ClientConn) StoolInternalClient

type StoolInternalServer

type StoolInternalServer interface {
	CreateApplication(context.Context, *CreateApplicationRequest) (*CreateApplicationResponse, error)
}

StoolInternalServer is the server API for StoolInternal service.

type UnimplementedStoolInternalServer

type UnimplementedStoolInternalServer struct {
}

UnimplementedStoolInternalServer can be embedded to have forward compatible implementations.

func (*UnimplementedStoolInternalServer) CreateApplication

Jump to

Keyboard shortcuts

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