api

package
v0.0.0-...-ab92145 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterIdentityProviderAdminServer

func RegisterIdentityProviderAdminServer(s *grpc.Server, srv IdentityProviderAdminServer)

Types

type AddPortForUserAndOpenerRequest

type AddPortForUserAndOpenerRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	OpenerId             string   `protobuf:"bytes,2,opt,name=openerId,proto3" json:"openerId,omitempty"`
	Port                 string   `protobuf:"bytes,3,opt,name=port,proto3" json:"port,omitempty"`
	Protocols            string   `protobuf:"bytes,4,opt,name=protocols,proto3" json:"protocols,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddPortForUserAndOpenerRequest) Descriptor

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

func (*AddPortForUserAndOpenerRequest) GetOpenerId

func (m *AddPortForUserAndOpenerRequest) GetOpenerId() string

func (*AddPortForUserAndOpenerRequest) GetPort

func (*AddPortForUserAndOpenerRequest) GetProtocols

func (m *AddPortForUserAndOpenerRequest) GetProtocols() string

func (*AddPortForUserAndOpenerRequest) GetUserId

func (m *AddPortForUserAndOpenerRequest) GetUserId() string

func (*AddPortForUserAndOpenerRequest) ProtoMessage

func (*AddPortForUserAndOpenerRequest) ProtoMessage()

func (*AddPortForUserAndOpenerRequest) Reset

func (m *AddPortForUserAndOpenerRequest) Reset()

func (*AddPortForUserAndOpenerRequest) String

func (*AddPortForUserAndOpenerRequest) XXX_DiscardUnknown

func (m *AddPortForUserAndOpenerRequest) XXX_DiscardUnknown()

func (*AddPortForUserAndOpenerRequest) XXX_Marshal

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

func (*AddPortForUserAndOpenerRequest) XXX_Merge

func (dst *AddPortForUserAndOpenerRequest) XXX_Merge(src proto.Message)

func (*AddPortForUserAndOpenerRequest) XXX_Size

func (m *AddPortForUserAndOpenerRequest) XXX_Size() int

func (*AddPortForUserAndOpenerRequest) XXX_Unmarshal

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

type AddPortForUserAndOpenerResponse

type AddPortForUserAndOpenerResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddPortForUserAndOpenerResponse) Descriptor

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

func (*AddPortForUserAndOpenerResponse) ProtoMessage

func (*AddPortForUserAndOpenerResponse) ProtoMessage()

func (*AddPortForUserAndOpenerResponse) Reset

func (*AddPortForUserAndOpenerResponse) String

func (*AddPortForUserAndOpenerResponse) XXX_DiscardUnknown

func (m *AddPortForUserAndOpenerResponse) XXX_DiscardUnknown()

func (*AddPortForUserAndOpenerResponse) XXX_Marshal

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

func (*AddPortForUserAndOpenerResponse) XXX_Merge

func (dst *AddPortForUserAndOpenerResponse) XXX_Merge(src proto.Message)

func (*AddPortForUserAndOpenerResponse) XXX_Size

func (m *AddPortForUserAndOpenerResponse) XXX_Size() int

func (*AddPortForUserAndOpenerResponse) XXX_Unmarshal

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

type AddServiceToUserRequest

type AddServiceToUserRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Service              string   `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddServiceToUserRequest) Descriptor

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

func (*AddServiceToUserRequest) GetService

func (m *AddServiceToUserRequest) GetService() string

func (*AddServiceToUserRequest) GetUserId

func (m *AddServiceToUserRequest) GetUserId() string

func (*AddServiceToUserRequest) ProtoMessage

func (*AddServiceToUserRequest) ProtoMessage()

func (*AddServiceToUserRequest) Reset

func (m *AddServiceToUserRequest) Reset()

func (*AddServiceToUserRequest) String

func (m *AddServiceToUserRequest) String() string

func (*AddServiceToUserRequest) XXX_DiscardUnknown

func (m *AddServiceToUserRequest) XXX_DiscardUnknown()

func (*AddServiceToUserRequest) XXX_Marshal

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

func (*AddServiceToUserRequest) XXX_Merge

func (dst *AddServiceToUserRequest) XXX_Merge(src proto.Message)

func (*AddServiceToUserRequest) XXX_Size

func (m *AddServiceToUserRequest) XXX_Size() int

func (*AddServiceToUserRequest) XXX_Unmarshal

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

type AddServiceToUserResponse

type AddServiceToUserResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddServiceToUserResponse) Descriptor

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

func (*AddServiceToUserResponse) ProtoMessage

func (*AddServiceToUserResponse) ProtoMessage()

func (*AddServiceToUserResponse) Reset

func (m *AddServiceToUserResponse) Reset()

func (*AddServiceToUserResponse) String

func (m *AddServiceToUserResponse) String() string

func (*AddServiceToUserResponse) XXX_DiscardUnknown

func (m *AddServiceToUserResponse) XXX_DiscardUnknown()

func (*AddServiceToUserResponse) XXX_Marshal

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

func (*AddServiceToUserResponse) XXX_Merge

func (dst *AddServiceToUserResponse) XXX_Merge(src proto.Message)

func (*AddServiceToUserResponse) XXX_Size

func (m *AddServiceToUserResponse) XXX_Size() int

func (*AddServiceToUserResponse) XXX_Unmarshal

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

type DelPortForUserAndOpenerRequest

type DelPortForUserAndOpenerRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	OpenerId             string   `protobuf:"bytes,2,opt,name=openerId,proto3" json:"openerId,omitempty"`
	Port                 string   `protobuf:"bytes,3,opt,name=port,proto3" json:"port,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DelPortForUserAndOpenerRequest) Descriptor

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

func (*DelPortForUserAndOpenerRequest) GetOpenerId

func (m *DelPortForUserAndOpenerRequest) GetOpenerId() string

func (*DelPortForUserAndOpenerRequest) GetPort

func (*DelPortForUserAndOpenerRequest) GetUserId

func (m *DelPortForUserAndOpenerRequest) GetUserId() string

func (*DelPortForUserAndOpenerRequest) ProtoMessage

func (*DelPortForUserAndOpenerRequest) ProtoMessage()

func (*DelPortForUserAndOpenerRequest) Reset

func (m *DelPortForUserAndOpenerRequest) Reset()

func (*DelPortForUserAndOpenerRequest) String

func (*DelPortForUserAndOpenerRequest) XXX_DiscardUnknown

func (m *DelPortForUserAndOpenerRequest) XXX_DiscardUnknown()

func (*DelPortForUserAndOpenerRequest) XXX_Marshal

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

func (*DelPortForUserAndOpenerRequest) XXX_Merge

func (dst *DelPortForUserAndOpenerRequest) XXX_Merge(src proto.Message)

func (*DelPortForUserAndOpenerRequest) XXX_Size

func (m *DelPortForUserAndOpenerRequest) XXX_Size() int

func (*DelPortForUserAndOpenerRequest) XXX_Unmarshal

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

type DelPortForUserAndOpenerResponse

type DelPortForUserAndOpenerResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DelPortForUserAndOpenerResponse) Descriptor

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

func (*DelPortForUserAndOpenerResponse) ProtoMessage

func (*DelPortForUserAndOpenerResponse) ProtoMessage()

func (*DelPortForUserAndOpenerResponse) Reset

func (*DelPortForUserAndOpenerResponse) String

func (*DelPortForUserAndOpenerResponse) XXX_DiscardUnknown

func (m *DelPortForUserAndOpenerResponse) XXX_DiscardUnknown()

func (*DelPortForUserAndOpenerResponse) XXX_Marshal

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

func (*DelPortForUserAndOpenerResponse) XXX_Merge

func (dst *DelPortForUserAndOpenerResponse) XXX_Merge(src proto.Message)

func (*DelPortForUserAndOpenerResponse) XXX_Size

func (m *DelPortForUserAndOpenerResponse) XXX_Size() int

func (*DelPortForUserAndOpenerResponse) XXX_Unmarshal

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

type DelServiceToUserRequest

type DelServiceToUserRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Service              string   `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DelServiceToUserRequest) Descriptor

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

func (*DelServiceToUserRequest) GetService

func (m *DelServiceToUserRequest) GetService() string

func (*DelServiceToUserRequest) GetUserId

func (m *DelServiceToUserRequest) GetUserId() string

func (*DelServiceToUserRequest) ProtoMessage

func (*DelServiceToUserRequest) ProtoMessage()

func (*DelServiceToUserRequest) Reset

func (m *DelServiceToUserRequest) Reset()

func (*DelServiceToUserRequest) String

func (m *DelServiceToUserRequest) String() string

func (*DelServiceToUserRequest) XXX_DiscardUnknown

func (m *DelServiceToUserRequest) XXX_DiscardUnknown()

func (*DelServiceToUserRequest) XXX_Marshal

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

func (*DelServiceToUserRequest) XXX_Merge

func (dst *DelServiceToUserRequest) XXX_Merge(src proto.Message)

func (*DelServiceToUserRequest) XXX_Size

func (m *DelServiceToUserRequest) XXX_Size() int

func (*DelServiceToUserRequest) XXX_Unmarshal

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

type DelServiceToUserResponse

type DelServiceToUserResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DelServiceToUserResponse) Descriptor

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

func (*DelServiceToUserResponse) ProtoMessage

func (*DelServiceToUserResponse) ProtoMessage()

func (*DelServiceToUserResponse) Reset

func (m *DelServiceToUserResponse) Reset()

func (*DelServiceToUserResponse) String

func (m *DelServiceToUserResponse) String() string

func (*DelServiceToUserResponse) XXX_DiscardUnknown

func (m *DelServiceToUserResponse) XXX_DiscardUnknown()

func (*DelServiceToUserResponse) XXX_Marshal

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

func (*DelServiceToUserResponse) XXX_Merge

func (dst *DelServiceToUserResponse) XXX_Merge(src proto.Message)

func (*DelServiceToUserResponse) XXX_Size

func (m *DelServiceToUserResponse) XXX_Size() int

func (*DelServiceToUserResponse) XXX_Unmarshal

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

type DelUserRequest

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

func (*DelUserRequest) Descriptor

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

func (*DelUserRequest) GetUserId

func (m *DelUserRequest) GetUserId() string

func (*DelUserRequest) ProtoMessage

func (*DelUserRequest) ProtoMessage()

func (*DelUserRequest) Reset

func (m *DelUserRequest) Reset()

func (*DelUserRequest) String

func (m *DelUserRequest) String() string

func (*DelUserRequest) XXX_DiscardUnknown

func (m *DelUserRequest) XXX_DiscardUnknown()

func (*DelUserRequest) XXX_Marshal

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

func (*DelUserRequest) XXX_Merge

func (dst *DelUserRequest) XXX_Merge(src proto.Message)

func (*DelUserRequest) XXX_Size

func (m *DelUserRequest) XXX_Size() int

func (*DelUserRequest) XXX_Unmarshal

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

type DelUserResponse

type DelUserResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DelUserResponse) Descriptor

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

func (*DelUserResponse) ProtoMessage

func (*DelUserResponse) ProtoMessage()

func (*DelUserResponse) Reset

func (m *DelUserResponse) Reset()

func (*DelUserResponse) String

func (m *DelUserResponse) String() string

func (*DelUserResponse) XXX_DiscardUnknown

func (m *DelUserResponse) XXX_DiscardUnknown()

func (*DelUserResponse) XXX_Marshal

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

func (*DelUserResponse) XXX_Merge

func (dst *DelUserResponse) XXX_Merge(src proto.Message)

func (*DelUserResponse) XXX_Size

func (m *DelUserResponse) XXX_Size() int

func (*DelUserResponse) XXX_Unmarshal

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

type GetUserRequest

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

func (*GetUserRequest) Descriptor

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

func (*GetUserRequest) GetUserId

func (m *GetUserRequest) GetUserId() string

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) Reset

func (m *GetUserRequest) Reset()

func (*GetUserRequest) String

func (m *GetUserRequest) String() string

func (*GetUserRequest) XXX_DiscardUnknown

func (m *GetUserRequest) XXX_DiscardUnknown()

func (*GetUserRequest) XXX_Marshal

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

func (*GetUserRequest) XXX_Merge

func (dst *GetUserRequest) XXX_Merge(src proto.Message)

func (*GetUserRequest) XXX_Size

func (m *GetUserRequest) XXX_Size() int

func (*GetUserRequest) XXX_Unmarshal

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

type GetUserResponse

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

func (*GetUserResponse) Descriptor

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

func (*GetUserResponse) GetUser

func (m *GetUserResponse) GetUser() *User

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) Reset

func (m *GetUserResponse) Reset()

func (*GetUserResponse) String

func (m *GetUserResponse) String() string

func (*GetUserResponse) XXX_DiscardUnknown

func (m *GetUserResponse) XXX_DiscardUnknown()

func (*GetUserResponse) XXX_Marshal

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

func (*GetUserResponse) XXX_Merge

func (dst *GetUserResponse) XXX_Merge(src proto.Message)

func (*GetUserResponse) XXX_Size

func (m *GetUserResponse) XXX_Size() int

func (*GetUserResponse) XXX_Unmarshal

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

type IdentityProviderAdminClient

type IdentityProviderAdminClient interface {
	ListOpeners(ctx context.Context, in *ListOpenersRequest, opts ...grpc.CallOption) (*ListOpenersResponse, error)
	PutUser(ctx context.Context, in *PutUserRequest, opts ...grpc.CallOption) (*PutUserResponse, error)
	DelUser(ctx context.Context, in *DelUserRequest, opts ...grpc.CallOption) (*DelUserResponse, error)
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error)
	AddPortForUserAndOpener(ctx context.Context, in *AddPortForUserAndOpenerRequest, opts ...grpc.CallOption) (*AddPortForUserAndOpenerResponse, error)
	DelPortForUserAndOpener(ctx context.Context, in *DelPortForUserAndOpenerRequest, opts ...grpc.CallOption) (*DelPortForUserAndOpenerResponse, error)
	ListPortsForUser(ctx context.Context, in *ListPortsForUserRequest, opts ...grpc.CallOption) (*ListPortsForUserResponse, error)
	ListPortsForOpener(ctx context.Context, in *ListPortsForOpenerRequest, opts ...grpc.CallOption) (*ListPortsForOpenerResponse, error)
	ListActiveIpsForUser(ctx context.Context, in *ListActiveIpsForUserRequest, opts ...grpc.CallOption) (*ListActiveIpsForUserResponse, error)
	AddServiceToUser(ctx context.Context, in *AddServiceToUserRequest, opts ...grpc.CallOption) (*AddServiceToUserResponse, error)
	ListServicesForUser(ctx context.Context, in *ListServicesForUserRequest, opts ...grpc.CallOption) (*ListServicesForUserResponse, error)
	DelServiceToUser(ctx context.Context, in *DelServiceToUserRequest, opts ...grpc.CallOption) (*DelServiceToUserResponse, error)
}

IdentityProviderAdminClient is the client API for IdentityProviderAdmin service.

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

func NewIdentityProviderAdminClient

func NewIdentityProviderAdminClient(cc *grpc.ClientConn) IdentityProviderAdminClient

type ListActiveIpsForUserRequest

type ListActiveIpsForUserRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Local                string   `protobuf:"bytes,2,opt,name=local,proto3" json:"local,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListActiveIpsForUserRequest) Descriptor

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

func (*ListActiveIpsForUserRequest) GetLocal

func (m *ListActiveIpsForUserRequest) GetLocal() string

func (*ListActiveIpsForUserRequest) GetUserId

func (m *ListActiveIpsForUserRequest) GetUserId() string

func (*ListActiveIpsForUserRequest) ProtoMessage

func (*ListActiveIpsForUserRequest) ProtoMessage()

func (*ListActiveIpsForUserRequest) Reset

func (m *ListActiveIpsForUserRequest) Reset()

func (*ListActiveIpsForUserRequest) String

func (m *ListActiveIpsForUserRequest) String() string

func (*ListActiveIpsForUserRequest) XXX_DiscardUnknown

func (m *ListActiveIpsForUserRequest) XXX_DiscardUnknown()

func (*ListActiveIpsForUserRequest) XXX_Marshal

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

func (*ListActiveIpsForUserRequest) XXX_Merge

func (dst *ListActiveIpsForUserRequest) XXX_Merge(src proto.Message)

func (*ListActiveIpsForUserRequest) XXX_Size

func (m *ListActiveIpsForUserRequest) XXX_Size() int

func (*ListActiveIpsForUserRequest) XXX_Unmarshal

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

type ListActiveIpsForUserResponse

type ListActiveIpsForUserResponse struct {
	Result               []string `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListActiveIpsForUserResponse) Descriptor

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

func (*ListActiveIpsForUserResponse) GetResult

func (m *ListActiveIpsForUserResponse) GetResult() []string

func (*ListActiveIpsForUserResponse) ProtoMessage

func (*ListActiveIpsForUserResponse) ProtoMessage()

func (*ListActiveIpsForUserResponse) Reset

func (m *ListActiveIpsForUserResponse) Reset()

func (*ListActiveIpsForUserResponse) String

func (*ListActiveIpsForUserResponse) XXX_DiscardUnknown

func (m *ListActiveIpsForUserResponse) XXX_DiscardUnknown()

func (*ListActiveIpsForUserResponse) XXX_Marshal

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

func (*ListActiveIpsForUserResponse) XXX_Merge

func (dst *ListActiveIpsForUserResponse) XXX_Merge(src proto.Message)

func (*ListActiveIpsForUserResponse) XXX_Size

func (m *ListActiveIpsForUserResponse) XXX_Size() int

func (*ListActiveIpsForUserResponse) XXX_Unmarshal

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

type ListOpenersRequest

type ListOpenersRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListOpenersRequest) Descriptor

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

func (*ListOpenersRequest) ProtoMessage

func (*ListOpenersRequest) ProtoMessage()

func (*ListOpenersRequest) Reset

func (m *ListOpenersRequest) Reset()

func (*ListOpenersRequest) String

func (m *ListOpenersRequest) String() string

func (*ListOpenersRequest) XXX_DiscardUnknown

func (m *ListOpenersRequest) XXX_DiscardUnknown()

func (*ListOpenersRequest) XXX_Marshal

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

func (*ListOpenersRequest) XXX_Merge

func (dst *ListOpenersRequest) XXX_Merge(src proto.Message)

func (*ListOpenersRequest) XXX_Size

func (m *ListOpenersRequest) XXX_Size() int

func (*ListOpenersRequest) XXX_Unmarshal

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

type ListOpenersResponse

type ListOpenersResponse struct {
	Openers              []*Opener `protobuf:"bytes,1,rep,name=openers,proto3" json:"openers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ListOpenersResponse) Descriptor

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

func (*ListOpenersResponse) GetOpeners

func (m *ListOpenersResponse) GetOpeners() []*Opener

func (*ListOpenersResponse) ProtoMessage

func (*ListOpenersResponse) ProtoMessage()

func (*ListOpenersResponse) Reset

func (m *ListOpenersResponse) Reset()

func (*ListOpenersResponse) String

func (m *ListOpenersResponse) String() string

func (*ListOpenersResponse) XXX_DiscardUnknown

func (m *ListOpenersResponse) XXX_DiscardUnknown()

func (*ListOpenersResponse) XXX_Marshal

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

func (*ListOpenersResponse) XXX_Merge

func (dst *ListOpenersResponse) XXX_Merge(src proto.Message)

func (*ListOpenersResponse) XXX_Size

func (m *ListOpenersResponse) XXX_Size() int

func (*ListOpenersResponse) XXX_Unmarshal

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

type ListPortsForOpenerRequest

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

func (*ListPortsForOpenerRequest) Descriptor

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

func (*ListPortsForOpenerRequest) GetOpenerId

func (m *ListPortsForOpenerRequest) GetOpenerId() string

func (*ListPortsForOpenerRequest) ProtoMessage

func (*ListPortsForOpenerRequest) ProtoMessage()

func (*ListPortsForOpenerRequest) Reset

func (m *ListPortsForOpenerRequest) Reset()

func (*ListPortsForOpenerRequest) String

func (m *ListPortsForOpenerRequest) String() string

func (*ListPortsForOpenerRequest) XXX_DiscardUnknown

func (m *ListPortsForOpenerRequest) XXX_DiscardUnknown()

func (*ListPortsForOpenerRequest) XXX_Marshal

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

func (*ListPortsForOpenerRequest) XXX_Merge

func (dst *ListPortsForOpenerRequest) XXX_Merge(src proto.Message)

func (*ListPortsForOpenerRequest) XXX_Size

func (m *ListPortsForOpenerRequest) XXX_Size() int

func (*ListPortsForOpenerRequest) XXX_Unmarshal

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

type ListPortsForOpenerResponse

type ListPortsForOpenerResponse struct {
	Result               []*UserAndPort `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ListPortsForOpenerResponse) Descriptor

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

func (*ListPortsForOpenerResponse) GetResult

func (m *ListPortsForOpenerResponse) GetResult() []*UserAndPort

func (*ListPortsForOpenerResponse) ProtoMessage

func (*ListPortsForOpenerResponse) ProtoMessage()

func (*ListPortsForOpenerResponse) Reset

func (m *ListPortsForOpenerResponse) Reset()

func (*ListPortsForOpenerResponse) String

func (m *ListPortsForOpenerResponse) String() string

func (*ListPortsForOpenerResponse) XXX_DiscardUnknown

func (m *ListPortsForOpenerResponse) XXX_DiscardUnknown()

func (*ListPortsForOpenerResponse) XXX_Marshal

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

func (*ListPortsForOpenerResponse) XXX_Merge

func (dst *ListPortsForOpenerResponse) XXX_Merge(src proto.Message)

func (*ListPortsForOpenerResponse) XXX_Size

func (m *ListPortsForOpenerResponse) XXX_Size() int

func (*ListPortsForOpenerResponse) XXX_Unmarshal

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

type ListPortsForUserRequest

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

func (*ListPortsForUserRequest) Descriptor

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

func (*ListPortsForUserRequest) GetUserId

func (m *ListPortsForUserRequest) GetUserId() string

func (*ListPortsForUserRequest) ProtoMessage

func (*ListPortsForUserRequest) ProtoMessage()

func (*ListPortsForUserRequest) Reset

func (m *ListPortsForUserRequest) Reset()

func (*ListPortsForUserRequest) String

func (m *ListPortsForUserRequest) String() string

func (*ListPortsForUserRequest) XXX_DiscardUnknown

func (m *ListPortsForUserRequest) XXX_DiscardUnknown()

func (*ListPortsForUserRequest) XXX_Marshal

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

func (*ListPortsForUserRequest) XXX_Merge

func (dst *ListPortsForUserRequest) XXX_Merge(src proto.Message)

func (*ListPortsForUserRequest) XXX_Size

func (m *ListPortsForUserRequest) XXX_Size() int

func (*ListPortsForUserRequest) XXX_Unmarshal

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

type ListPortsForUserResponse

type ListPortsForUserResponse struct {
	Result               []*OpenerAndPort `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListPortsForUserResponse) Descriptor

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

func (*ListPortsForUserResponse) GetResult

func (m *ListPortsForUserResponse) GetResult() []*OpenerAndPort

func (*ListPortsForUserResponse) ProtoMessage

func (*ListPortsForUserResponse) ProtoMessage()

func (*ListPortsForUserResponse) Reset

func (m *ListPortsForUserResponse) Reset()

func (*ListPortsForUserResponse) String

func (m *ListPortsForUserResponse) String() string

func (*ListPortsForUserResponse) XXX_DiscardUnknown

func (m *ListPortsForUserResponse) XXX_DiscardUnknown()

func (*ListPortsForUserResponse) XXX_Marshal

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

func (*ListPortsForUserResponse) XXX_Merge

func (dst *ListPortsForUserResponse) XXX_Merge(src proto.Message)

func (*ListPortsForUserResponse) XXX_Size

func (m *ListPortsForUserResponse) XXX_Size() int

func (*ListPortsForUserResponse) XXX_Unmarshal

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

type ListServicesForUserRequest

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

func (*ListServicesForUserRequest) Descriptor

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

func (*ListServicesForUserRequest) GetUserId

func (m *ListServicesForUserRequest) GetUserId() string

func (*ListServicesForUserRequest) ProtoMessage

func (*ListServicesForUserRequest) ProtoMessage()

func (*ListServicesForUserRequest) Reset

func (m *ListServicesForUserRequest) Reset()

func (*ListServicesForUserRequest) String

func (m *ListServicesForUserRequest) String() string

func (*ListServicesForUserRequest) XXX_DiscardUnknown

func (m *ListServicesForUserRequest) XXX_DiscardUnknown()

func (*ListServicesForUserRequest) XXX_Marshal

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

func (*ListServicesForUserRequest) XXX_Merge

func (dst *ListServicesForUserRequest) XXX_Merge(src proto.Message)

func (*ListServicesForUserRequest) XXX_Size

func (m *ListServicesForUserRequest) XXX_Size() int

func (*ListServicesForUserRequest) XXX_Unmarshal

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

type ListServicesForUserResponse

type ListServicesForUserResponse struct {
	Services             []string `protobuf:"bytes,2,rep,name=services,proto3" json:"services,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListServicesForUserResponse) Descriptor

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

func (*ListServicesForUserResponse) GetServices

func (m *ListServicesForUserResponse) GetServices() []string

func (*ListServicesForUserResponse) ProtoMessage

func (*ListServicesForUserResponse) ProtoMessage()

func (*ListServicesForUserResponse) Reset

func (m *ListServicesForUserResponse) Reset()

func (*ListServicesForUserResponse) String

func (m *ListServicesForUserResponse) String() string

func (*ListServicesForUserResponse) XXX_DiscardUnknown

func (m *ListServicesForUserResponse) XXX_DiscardUnknown()

func (*ListServicesForUserResponse) XXX_Marshal

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

func (*ListServicesForUserResponse) XXX_Merge

func (dst *ListServicesForUserResponse) XXX_Merge(src proto.Message)

func (*ListServicesForUserResponse) XXX_Size

func (m *ListServicesForUserResponse) XXX_Size() int

func (*ListServicesForUserResponse) XXX_Unmarshal

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

type ListUsersRequest

type ListUsersRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListUsersRequest) Descriptor

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

func (*ListUsersRequest) ProtoMessage

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) Reset

func (m *ListUsersRequest) Reset()

func (*ListUsersRequest) String

func (m *ListUsersRequest) String() string

func (*ListUsersRequest) XXX_DiscardUnknown

func (m *ListUsersRequest) XXX_DiscardUnknown()

func (*ListUsersRequest) XXX_Marshal

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

func (*ListUsersRequest) XXX_Merge

func (dst *ListUsersRequest) XXX_Merge(src proto.Message)

func (*ListUsersRequest) XXX_Size

func (m *ListUsersRequest) XXX_Size() int

func (*ListUsersRequest) XXX_Unmarshal

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

type ListUsersResponse

type ListUsersResponse struct {
	Users                []*User  `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListUsersResponse) Descriptor

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

func (*ListUsersResponse) GetUsers

func (m *ListUsersResponse) GetUsers() []*User

func (*ListUsersResponse) ProtoMessage

func (*ListUsersResponse) ProtoMessage()

func (*ListUsersResponse) Reset

func (m *ListUsersResponse) Reset()

func (*ListUsersResponse) String

func (m *ListUsersResponse) String() string

func (*ListUsersResponse) XXX_DiscardUnknown

func (m *ListUsersResponse) XXX_DiscardUnknown()

func (*ListUsersResponse) XXX_Marshal

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

func (*ListUsersResponse) XXX_Merge

func (dst *ListUsersResponse) XXX_Merge(src proto.Message)

func (*ListUsersResponse) XXX_Size

func (m *ListUsersResponse) XXX_Size() int

func (*ListUsersResponse) XXX_Unmarshal

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

type Opener

type Opener struct {
	OpenerId             string   `protobuf:"bytes,1,opt,name=openerId,proto3" json:"openerId,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Opener) Descriptor

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

func (*Opener) GetName

func (m *Opener) GetName() string

func (*Opener) GetOpenerId

func (m *Opener) GetOpenerId() string

func (*Opener) ProtoMessage

func (*Opener) ProtoMessage()

func (*Opener) Reset

func (m *Opener) Reset()

func (*Opener) String

func (m *Opener) String() string

func (*Opener) XXX_DiscardUnknown

func (m *Opener) XXX_DiscardUnknown()

func (*Opener) XXX_Marshal

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

func (*Opener) XXX_Merge

func (dst *Opener) XXX_Merge(src proto.Message)

func (*Opener) XXX_Size

func (m *Opener) XXX_Size() int

func (*Opener) XXX_Unmarshal

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

type OpenerAndPort

type OpenerAndPort struct {
	OpenerId             string   `protobuf:"bytes,1,opt,name=openerId,proto3" json:"openerId,omitempty"`
	OpenerName           string   `protobuf:"bytes,2,opt,name=openerName,proto3" json:"openerName,omitempty"`
	Port                 string   `protobuf:"bytes,3,opt,name=port,proto3" json:"port,omitempty"`
	Protocols            string   `protobuf:"bytes,4,opt,name=protocols,proto3" json:"protocols,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OpenerAndPort) Descriptor

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

func (*OpenerAndPort) GetOpenerId

func (m *OpenerAndPort) GetOpenerId() string

func (*OpenerAndPort) GetOpenerName

func (m *OpenerAndPort) GetOpenerName() string

func (*OpenerAndPort) GetPort

func (m *OpenerAndPort) GetPort() string

func (*OpenerAndPort) GetProtocols

func (m *OpenerAndPort) GetProtocols() string

func (*OpenerAndPort) ProtoMessage

func (*OpenerAndPort) ProtoMessage()

func (*OpenerAndPort) Reset

func (m *OpenerAndPort) Reset()

func (*OpenerAndPort) String

func (m *OpenerAndPort) String() string

func (*OpenerAndPort) XXX_DiscardUnknown

func (m *OpenerAndPort) XXX_DiscardUnknown()

func (*OpenerAndPort) XXX_Marshal

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

func (*OpenerAndPort) XXX_Merge

func (dst *OpenerAndPort) XXX_Merge(src proto.Message)

func (*OpenerAndPort) XXX_Size

func (m *OpenerAndPort) XXX_Size() int

func (*OpenerAndPort) XXX_Unmarshal

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

type PutUserRequest

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

func (*PutUserRequest) Descriptor

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

func (*PutUserRequest) GetUser

func (m *PutUserRequest) GetUser() *User

func (*PutUserRequest) ProtoMessage

func (*PutUserRequest) ProtoMessage()

func (*PutUserRequest) Reset

func (m *PutUserRequest) Reset()

func (*PutUserRequest) String

func (m *PutUserRequest) String() string

func (*PutUserRequest) XXX_DiscardUnknown

func (m *PutUserRequest) XXX_DiscardUnknown()

func (*PutUserRequest) XXX_Marshal

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

func (*PutUserRequest) XXX_Merge

func (dst *PutUserRequest) XXX_Merge(src proto.Message)

func (*PutUserRequest) XXX_Size

func (m *PutUserRequest) XXX_Size() int

func (*PutUserRequest) XXX_Unmarshal

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

type PutUserResponse

type PutUserResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PutUserResponse) Descriptor

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

func (*PutUserResponse) ProtoMessage

func (*PutUserResponse) ProtoMessage()

func (*PutUserResponse) Reset

func (m *PutUserResponse) Reset()

func (*PutUserResponse) String

func (m *PutUserResponse) String() string

func (*PutUserResponse) XXX_DiscardUnknown

func (m *PutUserResponse) XXX_DiscardUnknown()

func (*PutUserResponse) XXX_Marshal

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

func (*PutUserResponse) XXX_Merge

func (dst *PutUserResponse) XXX_Merge(src proto.Message)

func (*PutUserResponse) XXX_Size

func (m *PutUserResponse) XXX_Size() int

func (*PutUserResponse) XXX_Unmarshal

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

type User

type User struct {
	UserId               string   `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Email                string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Phone                string   `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	Type                 string   `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*User) Descriptor

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

func (*User) GetEmail

func (m *User) GetEmail() string

func (*User) GetPhone

func (m *User) GetPhone() string

func (*User) GetType

func (m *User) GetType() string

func (*User) GetUserId

func (m *User) GetUserId() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) String

func (m *User) String() string

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

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

func (*User) XXX_Merge

func (dst *User) XXX_Merge(src proto.Message)

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

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

type UserAndPort

type UserAndPort struct {
	UserId               string   `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Email                string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Phone                string   `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	Port                 string   `protobuf:"bytes,4,opt,name=port,proto3" json:"port,omitempty"`
	Protocols            string   `protobuf:"bytes,5,opt,name=protocols,proto3" json:"protocols,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserAndPort) Descriptor

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

func (*UserAndPort) GetEmail

func (m *UserAndPort) GetEmail() string

func (*UserAndPort) GetPhone

func (m *UserAndPort) GetPhone() string

func (*UserAndPort) GetPort

func (m *UserAndPort) GetPort() string

func (*UserAndPort) GetProtocols

func (m *UserAndPort) GetProtocols() string

func (*UserAndPort) GetUserId

func (m *UserAndPort) GetUserId() string

func (*UserAndPort) ProtoMessage

func (*UserAndPort) ProtoMessage()

func (*UserAndPort) Reset

func (m *UserAndPort) Reset()

func (*UserAndPort) String

func (m *UserAndPort) String() string

func (*UserAndPort) XXX_DiscardUnknown

func (m *UserAndPort) XXX_DiscardUnknown()

func (*UserAndPort) XXX_Marshal

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

func (*UserAndPort) XXX_Merge

func (dst *UserAndPort) XXX_Merge(src proto.Message)

func (*UserAndPort) XXX_Size

func (m *UserAndPort) XXX_Size() int

func (*UserAndPort) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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