api

package
v0.0.0-...-27f5e65 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2019 License: MIT Imports: 5 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd_Kind_name = map[int32]string{
	0: "Privmsg",
	1: "Notice",
	2: "AnyKind",
}
View Source
var Cmd_Kind_value = map[string]int32{
	"Privmsg": 0,
	"Notice":  1,
	"AnyKind": 2,
}
View Source
var Cmd_Scope_name = map[int32]string{
	0: "Private",
	1: "Public",
	2: "AnyScope",
}
View Source
var Cmd_Scope_value = map[string]int32{
	"Private":  0,
	"Public":   1,
	"AnyScope": 2,
}

Functions

func RegisterExtServer

func RegisterExtServer(s *grpc.Server, srv ExtServer)

Types

type Access

type Access struct {
	Level                uint32   `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"`
	Flags                uint64   `protobuf:"varint,2,opt,name=flags,proto3" json:"flags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Access) Descriptor

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

func (*Access) GetFlags

func (m *Access) GetFlags() uint64

func (*Access) GetLevel

func (m *Access) GetLevel() uint32

func (*Access) ProtoMessage

func (*Access) ProtoMessage()

func (*Access) Reset

func (m *Access) Reset()

func (*Access) String

func (m *Access) String() string

func (*Access) XXX_DiscardUnknown

func (m *Access) XXX_DiscardUnknown()

func (*Access) XXX_Marshal

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

func (*Access) XXX_Merge

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

func (*Access) XXX_Size

func (m *Access) XXX_Size() int

func (*Access) XXX_Unmarshal

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

type AuthUserRequest

type AuthUserRequest struct {
	Net                  string   `protobuf:"bytes,1,opt,name=net,proto3" json:"net,omitempty"`
	Host                 string   `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`
	Username             string   `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	Password             string   `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	Permanent            bool     `protobuf:"varint,5,opt,name=permanent,proto3" json:"permanent,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AuthUserRequest) Descriptor

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

func (*AuthUserRequest) GetHost

func (m *AuthUserRequest) GetHost() string

func (*AuthUserRequest) GetNet

func (m *AuthUserRequest) GetNet() string

func (*AuthUserRequest) GetPassword

func (m *AuthUserRequest) GetPassword() string

func (*AuthUserRequest) GetPermanent

func (m *AuthUserRequest) GetPermanent() bool

func (*AuthUserRequest) GetUsername

func (m *AuthUserRequest) GetUsername() string

func (*AuthUserRequest) ProtoMessage

func (*AuthUserRequest) ProtoMessage()

func (*AuthUserRequest) Reset

func (m *AuthUserRequest) Reset()

func (*AuthUserRequest) String

func (m *AuthUserRequest) String() string

func (*AuthUserRequest) XXX_DiscardUnknown

func (m *AuthUserRequest) XXX_DiscardUnknown()

func (*AuthUserRequest) XXX_Marshal

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

func (*AuthUserRequest) XXX_Merge

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

func (*AuthUserRequest) XXX_Size

func (m *AuthUserRequest) XXX_Size() int

func (*AuthUserRequest) XXX_Unmarshal

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

type ChannelModes

type ChannelModes struct {
	Modes                map[string]bool                      `` /* 152-byte string literal not displayed */
	ArgModes             map[string]string                    `` /* 173-byte string literal not displayed */
	AddressModes         map[string]*ChannelModes_AddressMode `` /* 185-byte string literal not displayed */
	Addresses            int32                                `protobuf:"varint,4,opt,name=addresses,proto3" json:"addresses,omitempty"`
	Kinds                *ModeKinds                           `protobuf:"bytes,5,opt,name=kinds,proto3" json:"kinds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*ChannelModes) Descriptor

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

func (*ChannelModes) GetAddressModes

func (m *ChannelModes) GetAddressModes() map[string]*ChannelModes_AddressMode

func (*ChannelModes) GetAddresses

func (m *ChannelModes) GetAddresses() int32

func (*ChannelModes) GetArgModes

func (m *ChannelModes) GetArgModes() map[string]string

func (*ChannelModes) GetKinds

func (m *ChannelModes) GetKinds() *ModeKinds

func (*ChannelModes) GetModes

func (m *ChannelModes) GetModes() map[string]bool

func (*ChannelModes) ProtoMessage

func (*ChannelModes) ProtoMessage()

func (*ChannelModes) Reset

func (m *ChannelModes) Reset()

func (*ChannelModes) String

func (m *ChannelModes) String() string

func (*ChannelModes) XXX_DiscardUnknown

func (m *ChannelModes) XXX_DiscardUnknown()

func (*ChannelModes) XXX_Marshal

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

func (*ChannelModes) XXX_Merge

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

func (*ChannelModes) XXX_Size

func (m *ChannelModes) XXX_Size() int

func (*ChannelModes) XXX_Unmarshal

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

type ChannelModes_AddressMode

type ChannelModes_AddressMode struct {
	ModeAddresses        []string `protobuf:"bytes,1,rep,name=mode_addresses,json=modeAddresses,proto3" json:"mode_addresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChannelModes_AddressMode) Descriptor

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

func (*ChannelModes_AddressMode) GetModeAddresses

func (m *ChannelModes_AddressMode) GetModeAddresses() []string

func (*ChannelModes_AddressMode) ProtoMessage

func (*ChannelModes_AddressMode) ProtoMessage()

func (*ChannelModes_AddressMode) Reset

func (m *ChannelModes_AddressMode) Reset()

func (*ChannelModes_AddressMode) String

func (m *ChannelModes_AddressMode) String() string

func (*ChannelModes_AddressMode) XXX_DiscardUnknown

func (m *ChannelModes_AddressMode) XXX_DiscardUnknown()

func (*ChannelModes_AddressMode) XXX_Marshal

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

func (*ChannelModes_AddressMode) XXX_Merge

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

func (*ChannelModes_AddressMode) XXX_Size

func (m *ChannelModes_AddressMode) XXX_Size() int

func (*ChannelModes_AddressMode) XXX_Unmarshal

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

type ChannelQuery

type ChannelQuery struct {
	Net                  string   `protobuf:"bytes,1,opt,name=net,proto3" json:"net,omitempty"`
	Channel              string   `protobuf:"bytes,2,opt,name=channel,proto3" json:"channel,omitempty"`
	Query                string   `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChannelQuery) Descriptor

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

func (*ChannelQuery) GetChannel

func (m *ChannelQuery) GetChannel() string

func (*ChannelQuery) GetNet

func (m *ChannelQuery) GetNet() string

func (*ChannelQuery) GetQuery

func (m *ChannelQuery) GetQuery() string

func (*ChannelQuery) ProtoMessage

func (*ChannelQuery) ProtoMessage()

func (*ChannelQuery) Reset

func (m *ChannelQuery) Reset()

func (*ChannelQuery) String

func (m *ChannelQuery) String() string

func (*ChannelQuery) XXX_DiscardUnknown

func (m *ChannelQuery) XXX_DiscardUnknown()

func (*ChannelQuery) XXX_Marshal

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

func (*ChannelQuery) XXX_Merge

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

func (*ChannelQuery) XXX_Size

func (m *ChannelQuery) XXX_Size() int

func (*ChannelQuery) XXX_Unmarshal

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

type ChannelResponse

type ChannelResponse struct {
	Name                 string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Topic                string        `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"`
	Modes                *ChannelModes `protobuf:"bytes,3,opt,name=modes,proto3" json:"modes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ChannelResponse) Descriptor

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

func (*ChannelResponse) GetModes

func (m *ChannelResponse) GetModes() *ChannelModes

func (*ChannelResponse) GetName

func (m *ChannelResponse) GetName() string

func (*ChannelResponse) GetTopic

func (m *ChannelResponse) GetTopic() string

func (*ChannelResponse) ProtoMessage

func (*ChannelResponse) ProtoMessage()

func (*ChannelResponse) Reset

func (m *ChannelResponse) Reset()

func (*ChannelResponse) String

func (m *ChannelResponse) String() string

func (*ChannelResponse) XXX_DiscardUnknown

func (m *ChannelResponse) XXX_DiscardUnknown()

func (*ChannelResponse) XXX_Marshal

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

func (*ChannelResponse) XXX_Merge

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

func (*ChannelResponse) XXX_Size

func (m *ChannelResponse) XXX_Size() int

func (*ChannelResponse) XXX_Unmarshal

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

type Cmd

type Cmd struct {
	Ext                  string    `protobuf:"bytes,1,opt,name=ext,proto3" json:"ext,omitempty"`
	Name                 string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Desc                 string    `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	Kind                 Cmd_Kind  `protobuf:"varint,4,opt,name=kind,proto3,enum=api.Cmd_Kind" json:"kind,omitempty"`
	Scope                Cmd_Scope `protobuf:"varint,5,opt,name=scope,proto3,enum=api.Cmd_Scope" json:"scope,omitempty"`
	Args                 []string  `protobuf:"bytes,6,rep,name=args,proto3" json:"args,omitempty"`
	RequireAuth          bool      `protobuf:"varint,7,opt,name=require_auth,json=requireAuth,proto3" json:"require_auth,omitempty"`
	ReqLevel             int32     `protobuf:"varint,8,opt,name=req_level,json=reqLevel,proto3" json:"req_level,omitempty"`
	ReqFlags             string    `protobuf:"bytes,9,opt,name=req_flags,json=reqFlags,proto3" json:"req_flags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Cmd) Descriptor

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

func (*Cmd) GetArgs

func (m *Cmd) GetArgs() []string

func (*Cmd) GetDesc

func (m *Cmd) GetDesc() string

func (*Cmd) GetExt

func (m *Cmd) GetExt() string

func (*Cmd) GetKind

func (m *Cmd) GetKind() Cmd_Kind

func (*Cmd) GetName

func (m *Cmd) GetName() string

func (*Cmd) GetReqFlags

func (m *Cmd) GetReqFlags() string

func (*Cmd) GetReqLevel

func (m *Cmd) GetReqLevel() int32

func (*Cmd) GetRequireAuth

func (m *Cmd) GetRequireAuth() bool

func (*Cmd) GetScope

func (m *Cmd) GetScope() Cmd_Scope

func (*Cmd) ProtoMessage

func (*Cmd) ProtoMessage()

func (*Cmd) Reset

func (m *Cmd) Reset()

func (*Cmd) String

func (m *Cmd) String() string

func (*Cmd) XXX_DiscardUnknown

func (m *Cmd) XXX_DiscardUnknown()

func (*Cmd) XXX_Marshal

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

func (*Cmd) XXX_Merge

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

func (*Cmd) XXX_Size

func (m *Cmd) XXX_Size() int

func (*Cmd) XXX_Unmarshal

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

type CmdEvent

type CmdEvent struct {
	IrcEvent                  *IRCEvent              `protobuf:"bytes,1,opt,name=ircEvent,proto3" json:"ircEvent,omitempty"`
	User                      *StateUser             `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	StoredUser                *StoredUser            `protobuf:"bytes,3,opt,name=storedUser,proto3" json:"storedUser,omitempty"`
	UserChanModes             *UserModes             `protobuf:"bytes,4,opt,name=userChanModes,proto3" json:"userChanModes,omitempty"`
	Channel                   *StateChannel          `protobuf:"bytes,5,opt,name=channel,proto3" json:"channel,omitempty"`
	TargetChannel             *StateChannel          `protobuf:"bytes,6,opt,name=targetChannel,proto3" json:"targetChannel,omitempty"`
	TargetUsers               map[string]*StateUser  `` /* 163-byte string literal not displayed */
	TargetStoredUsers         map[string]*StoredUser `` /* 175-byte string literal not displayed */
	TargetVariadicUsers       []*StateUser           `protobuf:"bytes,9,rep,name=targetVariadicUsers,proto3" json:"targetVariadicUsers,omitempty"`
	TargetVariadicStoredUsers []*StoredUser          `protobuf:"bytes,10,rep,name=targetVariadicStoredUsers,proto3" json:"targetVariadicStoredUsers,omitempty"`
	Args                      map[string]string      `` /* 150-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{}               `json:"-"`
	XXX_unrecognized          []byte                 `json:"-"`
	XXX_sizecache             int32                  `json:"-"`
}

func (*CmdEvent) Descriptor

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

func (*CmdEvent) GetArgs

func (m *CmdEvent) GetArgs() map[string]string

func (*CmdEvent) GetChannel

func (m *CmdEvent) GetChannel() *StateChannel

func (*CmdEvent) GetIrcEvent

func (m *CmdEvent) GetIrcEvent() *IRCEvent

func (*CmdEvent) GetStoredUser

func (m *CmdEvent) GetStoredUser() *StoredUser

func (*CmdEvent) GetTargetChannel

func (m *CmdEvent) GetTargetChannel() *StateChannel

func (*CmdEvent) GetTargetStoredUsers

func (m *CmdEvent) GetTargetStoredUsers() map[string]*StoredUser

func (*CmdEvent) GetTargetUsers

func (m *CmdEvent) GetTargetUsers() map[string]*StateUser

func (*CmdEvent) GetTargetVariadicStoredUsers

func (m *CmdEvent) GetTargetVariadicStoredUsers() []*StoredUser

func (*CmdEvent) GetTargetVariadicUsers

func (m *CmdEvent) GetTargetVariadicUsers() []*StateUser

func (*CmdEvent) GetUser

func (m *CmdEvent) GetUser() *StateUser

func (*CmdEvent) GetUserChanModes

func (m *CmdEvent) GetUserChanModes() *UserModes

func (*CmdEvent) ProtoMessage

func (*CmdEvent) ProtoMessage()

func (*CmdEvent) Reset

func (m *CmdEvent) Reset()

func (*CmdEvent) String

func (m *CmdEvent) String() string

func (*CmdEvent) XXX_DiscardUnknown

func (m *CmdEvent) XXX_DiscardUnknown()

func (*CmdEvent) XXX_Marshal

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

func (*CmdEvent) XXX_Merge

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

func (*CmdEvent) XXX_Size

func (m *CmdEvent) XXX_Size() int

func (*CmdEvent) XXX_Unmarshal

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

type CmdEventResponse

type CmdEventResponse struct {
	Id                   uint64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Event                *CmdEvent `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*CmdEventResponse) Descriptor

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

func (*CmdEventResponse) GetEvent

func (m *CmdEventResponse) GetEvent() *CmdEvent

func (*CmdEventResponse) GetId

func (m *CmdEventResponse) GetId() uint64

func (*CmdEventResponse) GetName

func (m *CmdEventResponse) GetName() string

func (*CmdEventResponse) ProtoMessage

func (*CmdEventResponse) ProtoMessage()

func (*CmdEventResponse) Reset

func (m *CmdEventResponse) Reset()

func (*CmdEventResponse) String

func (m *CmdEventResponse) String() string

func (*CmdEventResponse) XXX_DiscardUnknown

func (m *CmdEventResponse) XXX_DiscardUnknown()

func (*CmdEventResponse) XXX_Marshal

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

func (*CmdEventResponse) XXX_Merge

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

func (*CmdEventResponse) XXX_Size

func (m *CmdEventResponse) XXX_Size() int

func (*CmdEventResponse) XXX_Unmarshal

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

type Cmd_Kind

type Cmd_Kind int32
const (
	Cmd_Privmsg Cmd_Kind = 0
	Cmd_Notice  Cmd_Kind = 1
	Cmd_AnyKind Cmd_Kind = 2
)

func (Cmd_Kind) EnumDescriptor

func (Cmd_Kind) EnumDescriptor() ([]byte, []int)

func (Cmd_Kind) String

func (x Cmd_Kind) String() string

type Cmd_Scope

type Cmd_Scope int32
const (
	Cmd_Private  Cmd_Scope = 0
	Cmd_Public   Cmd_Scope = 1
	Cmd_AnyScope Cmd_Scope = 2
)

func (Cmd_Scope) EnumDescriptor

func (Cmd_Scope) EnumDescriptor() ([]byte, []int)

func (Cmd_Scope) String

func (x Cmd_Scope) String() string

type CountResponse

type CountResponse struct {
	Count                int32    `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CountResponse) Descriptor

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

func (*CountResponse) GetCount

func (m *CountResponse) GetCount() int32

func (*CountResponse) ProtoMessage

func (*CountResponse) ProtoMessage()

func (*CountResponse) Reset

func (m *CountResponse) Reset()

func (*CountResponse) String

func (m *CountResponse) String() string

func (*CountResponse) XXX_DiscardUnknown

func (m *CountResponse) XXX_DiscardUnknown()

func (*CountResponse) XXX_Marshal

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

func (*CountResponse) XXX_Merge

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

func (*CountResponse) XXX_Size

func (m *CountResponse) XXX_Size() int

func (*CountResponse) XXX_Unmarshal

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

type Empty

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

func (*Empty) Descriptor

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

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) String

func (m *Empty) String() string

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

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

func (*Empty) XXX_Merge

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

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

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

type ExtClient

type ExtClient interface {
	// Events subscribes a client to a specified (or all) events for a given
	// extension. A client can optionally include the ids returned from
	// Register* rpc calls to create a filtered list that will not collide
	// with another extension even of the same name.
	Events(ctx context.Context, in *SubscriptionRequest, opts ...grpc.CallOption) (Ext_EventsClient, error)
	// Commands is the same as Events above but for Commands.
	Commands(ctx context.Context, in *SubscriptionRequest, opts ...grpc.CallOption) (Ext_CommandsClient, error)
	Write(ctx context.Context, in *WriteRequest, opts ...grpc.CallOption) (*Empty, error)
	Register(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*RegisterResponse, error)
	RegisterCmd(ctx context.Context, in *RegisterCmdRequest, opts ...grpc.CallOption) (*RegisterResponse, error)
	Unregister(ctx context.Context, in *UnregisterRequest, opts ...grpc.CallOption) (*Result, error)
	UnregisterCmd(ctx context.Context, in *UnregisterRequest, opts ...grpc.CallOption) (*Result, error)
	UnregisterAll(ctx context.Context, in *UnregisterAllRequest, opts ...grpc.CallOption) (*Empty, error)
	//==================================
	//Data methods
	//==================================
	NetworkInformation(ctx context.Context, in *NetworkInfoRequest, opts ...grpc.CallOption) (*NetworkInfo, error)
	StateSelf(ctx context.Context, in *Query, opts ...grpc.CallOption) (*SelfResponse, error)
	StateUsers(ctx context.Context, in *NetworkQuery, opts ...grpc.CallOption) (*StateUser, error)
	StateUsersByChan(ctx context.Context, in *NetworkQuery, opts ...grpc.CallOption) (*ListResponse, error)
	StateUsersByChanCount(ctx context.Context, in *NetworkQuery, opts ...grpc.CallOption) (*CountResponse, error)
	StateUserModes(ctx context.Context, in *ChannelQuery, opts ...grpc.CallOption) (*UserModes, error)
	StateChannel(ctx context.Context, in *NetworkQuery, opts ...grpc.CallOption) (*ChannelResponse, error)
	StateChannels(ctx context.Context, in *Query, opts ...grpc.CallOption) (*ListResponse, error)
	StateChannelCount(ctx context.Context, in *Query, opts ...grpc.CallOption) (*CountResponse, error)
	StateIsOn(ctx context.Context, in *ChannelQuery, opts ...grpc.CallOption) (*Result, error)
	StoreAuthUser(ctx context.Context, in *AuthUserRequest, opts ...grpc.CallOption) (*Result, error)
	StoreAuthedUser(ctx context.Context, in *NetworkQuery, opts ...grpc.CallOption) (*StoredUser, error)
	StoreUser(ctx context.Context, in *Query, opts ...grpc.CallOption) (*StoredUser, error)
	StoreUsers(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*StoredUsersResponse, error)
	StoreUsersByNetwork(ctx context.Context, in *Query, opts ...grpc.CallOption) (*StoredUsersResponse, error)
	StoreUsersByChannel(ctx context.Context, in *NetworkQuery, opts ...grpc.CallOption) (*StoredUsersResponse, error)
	StoreChannel(ctx context.Context, in *NetworkQuery, opts ...grpc.CallOption) (*StoredChannel, error)
	StoreChannels(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*StoredChannelsResponse, error)
	StorePutUser(ctx context.Context, in *StoredUser, opts ...grpc.CallOption) (*Empty, error)
	StorePutChannel(ctx context.Context, in *StoredChannel, opts ...grpc.CallOption) (*Empty, error)
	StoreDeleteUser(ctx context.Context, in *Query, opts ...grpc.CallOption) (*Empty, error)
	StoreDeleteChannel(ctx context.Context, in *NetworkQuery, opts ...grpc.CallOption) (*Empty, error)
	StoreLogout(ctx context.Context, in *NetworkQuery, opts ...grpc.CallOption) (*Empty, error)
	StoreLogoutByUser(ctx context.Context, in *Query, opts ...grpc.CallOption) (*Empty, error)
}

ExtClient is the client API for Ext service.

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

func NewExtClient

func NewExtClient(cc *grpc.ClientConn) ExtClient

type ExtServer

type ExtServer interface {
	// Events subscribes a client to a specified (or all) events for a given
	// extension. A client can optionally include the ids returned from
	// Register* rpc calls to create a filtered list that will not collide
	// with another extension even of the same name.
	Events(*SubscriptionRequest, Ext_EventsServer) error
	// Commands is the same as Events above but for Commands.
	Commands(*SubscriptionRequest, Ext_CommandsServer) error
	Write(context.Context, *WriteRequest) (*Empty, error)
	Register(context.Context, *RegisterRequest) (*RegisterResponse, error)
	RegisterCmd(context.Context, *RegisterCmdRequest) (*RegisterResponse, error)
	Unregister(context.Context, *UnregisterRequest) (*Result, error)
	UnregisterCmd(context.Context, *UnregisterRequest) (*Result, error)
	UnregisterAll(context.Context, *UnregisterAllRequest) (*Empty, error)
	//==================================
	//Data methods
	//==================================
	NetworkInformation(context.Context, *NetworkInfoRequest) (*NetworkInfo, error)
	StateSelf(context.Context, *Query) (*SelfResponse, error)
	StateUsers(context.Context, *NetworkQuery) (*StateUser, error)
	StateUsersByChan(context.Context, *NetworkQuery) (*ListResponse, error)
	StateUsersByChanCount(context.Context, *NetworkQuery) (*CountResponse, error)
	StateUserModes(context.Context, *ChannelQuery) (*UserModes, error)
	StateChannel(context.Context, *NetworkQuery) (*ChannelResponse, error)
	StateChannels(context.Context, *Query) (*ListResponse, error)
	StateChannelCount(context.Context, *Query) (*CountResponse, error)
	StateIsOn(context.Context, *ChannelQuery) (*Result, error)
	StoreAuthUser(context.Context, *AuthUserRequest) (*Result, error)
	StoreAuthedUser(context.Context, *NetworkQuery) (*StoredUser, error)
	StoreUser(context.Context, *Query) (*StoredUser, error)
	StoreUsers(context.Context, *Empty) (*StoredUsersResponse, error)
	StoreUsersByNetwork(context.Context, *Query) (*StoredUsersResponse, error)
	StoreUsersByChannel(context.Context, *NetworkQuery) (*StoredUsersResponse, error)
	StoreChannel(context.Context, *NetworkQuery) (*StoredChannel, error)
	StoreChannels(context.Context, *Empty) (*StoredChannelsResponse, error)
	StorePutUser(context.Context, *StoredUser) (*Empty, error)
	StorePutChannel(context.Context, *StoredChannel) (*Empty, error)
	StoreDeleteUser(context.Context, *Query) (*Empty, error)
	StoreDeleteChannel(context.Context, *NetworkQuery) (*Empty, error)
	StoreLogout(context.Context, *NetworkQuery) (*Empty, error)
	StoreLogoutByUser(context.Context, *Query) (*Empty, error)
}

ExtServer is the server API for Ext service.

type Ext_CommandsClient

type Ext_CommandsClient interface {
	Recv() (*CmdEventResponse, error)
	grpc.ClientStream
}

type Ext_CommandsServer

type Ext_CommandsServer interface {
	Send(*CmdEventResponse) error
	grpc.ServerStream
}

type Ext_EventsClient

type Ext_EventsClient interface {
	Recv() (*IRCEventResponse, error)
	grpc.ClientStream
}

type Ext_EventsServer

type Ext_EventsServer interface {
	Send(*IRCEventResponse) error
	grpc.ServerStream
}

type IRCEvent

type IRCEvent struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Sender               string   `protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty"`
	Args                 []string `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
	Time                 int64    `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"`
	Net                  string   `protobuf:"bytes,5,opt,name=net,proto3" json:"net,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IRCEvent) Descriptor

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

func (*IRCEvent) GetArgs

func (m *IRCEvent) GetArgs() []string

func (*IRCEvent) GetName

func (m *IRCEvent) GetName() string

func (*IRCEvent) GetNet

func (m *IRCEvent) GetNet() string

func (*IRCEvent) GetSender

func (m *IRCEvent) GetSender() string

func (*IRCEvent) GetTime

func (m *IRCEvent) GetTime() int64

func (*IRCEvent) ProtoMessage

func (*IRCEvent) ProtoMessage()

func (*IRCEvent) Reset

func (m *IRCEvent) Reset()

func (*IRCEvent) String

func (m *IRCEvent) String() string

func (*IRCEvent) XXX_DiscardUnknown

func (m *IRCEvent) XXX_DiscardUnknown()

func (*IRCEvent) XXX_Marshal

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

func (*IRCEvent) XXX_Merge

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

func (*IRCEvent) XXX_Size

func (m *IRCEvent) XXX_Size() int

func (*IRCEvent) XXX_Unmarshal

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

type IRCEventResponse

type IRCEventResponse struct {
	Id                   uint64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Event                *IRCEvent `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*IRCEventResponse) Descriptor

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

func (*IRCEventResponse) GetEvent

func (m *IRCEventResponse) GetEvent() *IRCEvent

func (*IRCEventResponse) GetId

func (m *IRCEventResponse) GetId() uint64

func (*IRCEventResponse) ProtoMessage

func (*IRCEventResponse) ProtoMessage()

func (*IRCEventResponse) Reset

func (m *IRCEventResponse) Reset()

func (*IRCEventResponse) String

func (m *IRCEventResponse) String() string

func (*IRCEventResponse) XXX_DiscardUnknown

func (m *IRCEventResponse) XXX_DiscardUnknown()

func (*IRCEventResponse) XXX_Marshal

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

func (*IRCEventResponse) XXX_Merge

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

func (*IRCEventResponse) XXX_Size

func (m *IRCEventResponse) XXX_Size() int

func (*IRCEventResponse) XXX_Unmarshal

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

type ListResponse

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

func (*ListResponse) Descriptor

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

func (*ListResponse) GetList

func (m *ListResponse) GetList() []string

func (*ListResponse) ProtoMessage

func (*ListResponse) ProtoMessage()

func (*ListResponse) Reset

func (m *ListResponse) Reset()

func (*ListResponse) String

func (m *ListResponse) String() string

func (*ListResponse) XXX_DiscardUnknown

func (m *ListResponse) XXX_DiscardUnknown()

func (*ListResponse) XXX_Marshal

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

func (*ListResponse) XXX_Merge

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

func (*ListResponse) XXX_Size

func (m *ListResponse) XXX_Size() int

func (*ListResponse) XXX_Unmarshal

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

type LogoutRequest

type LogoutRequest struct {
	// Types that are valid to be assigned to Query:
	//	*LogoutRequest_HostUser_
	//	*LogoutRequest_Username
	Query                isLogoutRequest_Query `protobuf_oneof:"query"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*LogoutRequest) Descriptor

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

func (*LogoutRequest) GetHostUser

func (m *LogoutRequest) GetHostUser() *LogoutRequest_HostUser

func (*LogoutRequest) GetQuery

func (m *LogoutRequest) GetQuery() isLogoutRequest_Query

func (*LogoutRequest) GetUsername

func (m *LogoutRequest) GetUsername() string

func (*LogoutRequest) ProtoMessage

func (*LogoutRequest) ProtoMessage()

func (*LogoutRequest) Reset

func (m *LogoutRequest) Reset()

func (*LogoutRequest) String

func (m *LogoutRequest) String() string

func (*LogoutRequest) XXX_DiscardUnknown

func (m *LogoutRequest) XXX_DiscardUnknown()

func (*LogoutRequest) XXX_Marshal

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

func (*LogoutRequest) XXX_Merge

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

func (*LogoutRequest) XXX_OneofWrappers

func (*LogoutRequest) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*LogoutRequest) XXX_Size

func (m *LogoutRequest) XXX_Size() int

func (*LogoutRequest) XXX_Unmarshal

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

type LogoutRequest_HostUser

type LogoutRequest_HostUser struct {
	Net                  string   `protobuf:"bytes,1,opt,name=net,proto3" json:"net,omitempty"`
	Host                 string   `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LogoutRequest_HostUser) Descriptor

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

func (*LogoutRequest_HostUser) GetHost

func (m *LogoutRequest_HostUser) GetHost() string

func (*LogoutRequest_HostUser) GetNet

func (m *LogoutRequest_HostUser) GetNet() string

func (*LogoutRequest_HostUser) ProtoMessage

func (*LogoutRequest_HostUser) ProtoMessage()

func (*LogoutRequest_HostUser) Reset

func (m *LogoutRequest_HostUser) Reset()

func (*LogoutRequest_HostUser) String

func (m *LogoutRequest_HostUser) String() string

func (*LogoutRequest_HostUser) XXX_DiscardUnknown

func (m *LogoutRequest_HostUser) XXX_DiscardUnknown()

func (*LogoutRequest_HostUser) XXX_Marshal

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

func (*LogoutRequest_HostUser) XXX_Merge

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

func (*LogoutRequest_HostUser) XXX_Size

func (m *LogoutRequest_HostUser) XXX_Size() int

func (*LogoutRequest_HostUser) XXX_Unmarshal

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

type LogoutRequest_HostUser_

type LogoutRequest_HostUser_ struct {
	HostUser *LogoutRequest_HostUser `protobuf:"bytes,1,opt,name=host_user,json=hostUser,proto3,oneof"`
}

type LogoutRequest_Username

type LogoutRequest_Username struct {
	Username string `protobuf:"bytes,2,opt,name=username,proto3,oneof"`
}

type ModeKinds

type ModeKinds struct {
	UserPrefixes         []*ModeKinds_UserPrefix `protobuf:"bytes,1,rep,name=user_prefixes,json=userPrefixes,proto3" json:"user_prefixes,omitempty"`
	ChannelModes         map[string]int32        `` /* 186-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ModeKinds) Descriptor

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

func (*ModeKinds) GetChannelModes

func (m *ModeKinds) GetChannelModes() map[string]int32

func (*ModeKinds) GetUserPrefixes

func (m *ModeKinds) GetUserPrefixes() []*ModeKinds_UserPrefix

func (*ModeKinds) ProtoMessage

func (*ModeKinds) ProtoMessage()

func (*ModeKinds) Reset

func (m *ModeKinds) Reset()

func (*ModeKinds) String

func (m *ModeKinds) String() string

func (*ModeKinds) XXX_DiscardUnknown

func (m *ModeKinds) XXX_DiscardUnknown()

func (*ModeKinds) XXX_Marshal

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

func (*ModeKinds) XXX_Merge

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

func (*ModeKinds) XXX_Size

func (m *ModeKinds) XXX_Size() int

func (*ModeKinds) XXX_Unmarshal

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

type ModeKinds_UserPrefix

type ModeKinds_UserPrefix struct {
	Symbol               string   `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Char                 string   `protobuf:"bytes,2,opt,name=char,proto3" json:"char,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ModeKinds_UserPrefix) Descriptor

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

func (*ModeKinds_UserPrefix) GetChar

func (m *ModeKinds_UserPrefix) GetChar() string

func (*ModeKinds_UserPrefix) GetSymbol

func (m *ModeKinds_UserPrefix) GetSymbol() string

func (*ModeKinds_UserPrefix) ProtoMessage

func (*ModeKinds_UserPrefix) ProtoMessage()

func (*ModeKinds_UserPrefix) Reset

func (m *ModeKinds_UserPrefix) Reset()

func (*ModeKinds_UserPrefix) String

func (m *ModeKinds_UserPrefix) String() string

func (*ModeKinds_UserPrefix) XXX_DiscardUnknown

func (m *ModeKinds_UserPrefix) XXX_DiscardUnknown()

func (*ModeKinds_UserPrefix) XXX_Marshal

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

func (*ModeKinds_UserPrefix) XXX_Merge

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

func (*ModeKinds_UserPrefix) XXX_Size

func (m *ModeKinds_UserPrefix) XXX_Size() int

func (*ModeKinds_UserPrefix) XXX_Unmarshal

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

type NetworkInfo

type NetworkInfo struct {
	ServerName           string            `protobuf:"bytes,1,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"`
	IrcdVersion          string            `protobuf:"bytes,2,opt,name=ircd_version,json=ircdVersion,proto3" json:"ircd_version,omitempty"`
	Usermodes            string            `protobuf:"bytes,3,opt,name=usermodes,proto3" json:"usermodes,omitempty"`
	Lchanmodes           string            `protobuf:"bytes,4,opt,name=lchanmodes,proto3" json:"lchanmodes,omitempty"`
	Rfc                  string            `protobuf:"bytes,5,opt,name=rfc,proto3" json:"rfc,omitempty"`
	Ircd                 string            `protobuf:"bytes,6,opt,name=ircd,proto3" json:"ircd,omitempty"`
	Casemapping          string            `protobuf:"bytes,7,opt,name=casemapping,proto3" json:"casemapping,omitempty"`
	Prefix               string            `protobuf:"bytes,8,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Chantypes            string            `protobuf:"bytes,9,opt,name=chantypes,proto3" json:"chantypes,omitempty"`
	Chanmodes            string            `protobuf:"bytes,10,opt,name=chanmodes,proto3" json:"chanmodes,omitempty"`
	Chanlimit            int32             `protobuf:"varint,11,opt,name=chanlimit,proto3" json:"chanlimit,omitempty"`
	Channellen           int32             `protobuf:"varint,12,opt,name=channellen,proto3" json:"channellen,omitempty"`
	Nicklen              int32             `protobuf:"varint,13,opt,name=nicklen,proto3" json:"nicklen,omitempty"`
	Topiclen             int32             `protobuf:"varint,14,opt,name=topiclen,proto3" json:"topiclen,omitempty"`
	Awaylen              int32             `protobuf:"varint,15,opt,name=awaylen,proto3" json:"awaylen,omitempty"`
	Kicklen              int32             `protobuf:"varint,16,opt,name=kicklen,proto3" json:"kicklen,omitempty"`
	Modes                int32             `protobuf:"varint,17,opt,name=modes,proto3" json:"modes,omitempty"`
	Extras               map[string]string `` /* 154-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*NetworkInfo) Descriptor

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

func (*NetworkInfo) GetAwaylen

func (m *NetworkInfo) GetAwaylen() int32

func (*NetworkInfo) GetCasemapping

func (m *NetworkInfo) GetCasemapping() string

func (*NetworkInfo) GetChanlimit

func (m *NetworkInfo) GetChanlimit() int32

func (*NetworkInfo) GetChanmodes

func (m *NetworkInfo) GetChanmodes() string

func (*NetworkInfo) GetChannellen

func (m *NetworkInfo) GetChannellen() int32

func (*NetworkInfo) GetChantypes

func (m *NetworkInfo) GetChantypes() string

func (*NetworkInfo) GetExtras

func (m *NetworkInfo) GetExtras() map[string]string

func (*NetworkInfo) GetIrcd

func (m *NetworkInfo) GetIrcd() string

func (*NetworkInfo) GetIrcdVersion

func (m *NetworkInfo) GetIrcdVersion() string

func (*NetworkInfo) GetKicklen

func (m *NetworkInfo) GetKicklen() int32

func (*NetworkInfo) GetLchanmodes

func (m *NetworkInfo) GetLchanmodes() string

func (*NetworkInfo) GetModes

func (m *NetworkInfo) GetModes() int32

func (*NetworkInfo) GetNicklen

func (m *NetworkInfo) GetNicklen() int32

func (*NetworkInfo) GetPrefix

func (m *NetworkInfo) GetPrefix() string

func (*NetworkInfo) GetRfc

func (m *NetworkInfo) GetRfc() string

func (*NetworkInfo) GetServerName

func (m *NetworkInfo) GetServerName() string

func (*NetworkInfo) GetTopiclen

func (m *NetworkInfo) GetTopiclen() int32

func (*NetworkInfo) GetUsermodes

func (m *NetworkInfo) GetUsermodes() string

func (*NetworkInfo) ProtoMessage

func (*NetworkInfo) ProtoMessage()

func (*NetworkInfo) Reset

func (m *NetworkInfo) Reset()

func (*NetworkInfo) String

func (m *NetworkInfo) String() string

func (*NetworkInfo) XXX_DiscardUnknown

func (m *NetworkInfo) XXX_DiscardUnknown()

func (*NetworkInfo) XXX_Marshal

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

func (*NetworkInfo) XXX_Merge

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

func (*NetworkInfo) XXX_Size

func (m *NetworkInfo) XXX_Size() int

func (*NetworkInfo) XXX_Unmarshal

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

type NetworkInfoRequest

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

func (*NetworkInfoRequest) Descriptor

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

func (*NetworkInfoRequest) GetNet

func (m *NetworkInfoRequest) GetNet() string

func (*NetworkInfoRequest) ProtoMessage

func (*NetworkInfoRequest) ProtoMessage()

func (*NetworkInfoRequest) Reset

func (m *NetworkInfoRequest) Reset()

func (*NetworkInfoRequest) String

func (m *NetworkInfoRequest) String() string

func (*NetworkInfoRequest) XXX_DiscardUnknown

func (m *NetworkInfoRequest) XXX_DiscardUnknown()

func (*NetworkInfoRequest) XXX_Marshal

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

func (*NetworkInfoRequest) XXX_Merge

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

func (*NetworkInfoRequest) XXX_Size

func (m *NetworkInfoRequest) XXX_Size() int

func (*NetworkInfoRequest) XXX_Unmarshal

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

type NetworkQuery

type NetworkQuery struct {
	Net                  string   `protobuf:"bytes,1,opt,name=net,proto3" json:"net,omitempty"`
	Query                string   `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NetworkQuery) Descriptor

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

func (*NetworkQuery) GetNet

func (m *NetworkQuery) GetNet() string

func (*NetworkQuery) GetQuery

func (m *NetworkQuery) GetQuery() string

func (*NetworkQuery) ProtoMessage

func (*NetworkQuery) ProtoMessage()

func (*NetworkQuery) Reset

func (m *NetworkQuery) Reset()

func (*NetworkQuery) String

func (m *NetworkQuery) String() string

func (*NetworkQuery) XXX_DiscardUnknown

func (m *NetworkQuery) XXX_DiscardUnknown()

func (*NetworkQuery) XXX_Marshal

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

func (*NetworkQuery) XXX_Merge

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

func (*NetworkQuery) XXX_Size

func (m *NetworkQuery) XXX_Size() int

func (*NetworkQuery) XXX_Unmarshal

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

type Query

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

func (*Query) Descriptor

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

func (*Query) GetQuery

func (m *Query) GetQuery() string

func (*Query) ProtoMessage

func (*Query) ProtoMessage()

func (*Query) Reset

func (m *Query) Reset()

func (*Query) String

func (m *Query) String() string

func (*Query) XXX_DiscardUnknown

func (m *Query) XXX_DiscardUnknown()

func (*Query) XXX_Marshal

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

func (*Query) XXX_Merge

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

func (*Query) XXX_Size

func (m *Query) XXX_Size() int

func (*Query) XXX_Unmarshal

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

type RegisterCmdRequest

type RegisterCmdRequest struct {
	Ext                  string   `protobuf:"bytes,1,opt,name=ext,proto3" json:"ext,omitempty"`
	Network              string   `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"`
	Channel              string   `protobuf:"bytes,3,opt,name=channel,proto3" json:"channel,omitempty"`
	Cmd                  *Cmd     `protobuf:"bytes,4,opt,name=cmd,proto3" json:"cmd,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterCmdRequest) Descriptor

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

func (*RegisterCmdRequest) GetChannel

func (m *RegisterCmdRequest) GetChannel() string

func (*RegisterCmdRequest) GetCmd

func (m *RegisterCmdRequest) GetCmd() *Cmd

func (*RegisterCmdRequest) GetExt

func (m *RegisterCmdRequest) GetExt() string

func (*RegisterCmdRequest) GetNetwork

func (m *RegisterCmdRequest) GetNetwork() string

func (*RegisterCmdRequest) ProtoMessage

func (*RegisterCmdRequest) ProtoMessage()

func (*RegisterCmdRequest) Reset

func (m *RegisterCmdRequest) Reset()

func (*RegisterCmdRequest) String

func (m *RegisterCmdRequest) String() string

func (*RegisterCmdRequest) XXX_DiscardUnknown

func (m *RegisterCmdRequest) XXX_DiscardUnknown()

func (*RegisterCmdRequest) XXX_Marshal

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

func (*RegisterCmdRequest) XXX_Merge

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

func (*RegisterCmdRequest) XXX_Size

func (m *RegisterCmdRequest) XXX_Size() int

func (*RegisterCmdRequest) XXX_Unmarshal

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

type RegisterRequest

type RegisterRequest struct {
	Ext                  string   `protobuf:"bytes,1,opt,name=ext,proto3" json:"ext,omitempty"`
	Network              string   `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"`
	Channel              string   `protobuf:"bytes,3,opt,name=channel,proto3" json:"channel,omitempty"`
	Event                string   `protobuf:"bytes,4,opt,name=event,proto3" json:"event,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterRequest) Descriptor

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

func (*RegisterRequest) GetChannel

func (m *RegisterRequest) GetChannel() string

func (*RegisterRequest) GetEvent

func (m *RegisterRequest) GetEvent() string

func (*RegisterRequest) GetExt

func (m *RegisterRequest) GetExt() string

func (*RegisterRequest) GetNetwork

func (m *RegisterRequest) GetNetwork() string

func (*RegisterRequest) ProtoMessage

func (*RegisterRequest) ProtoMessage()

func (*RegisterRequest) Reset

func (m *RegisterRequest) Reset()

func (*RegisterRequest) String

func (m *RegisterRequest) String() string

func (*RegisterRequest) XXX_DiscardUnknown

func (m *RegisterRequest) XXX_DiscardUnknown()

func (*RegisterRequest) XXX_Marshal

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

func (*RegisterRequest) XXX_Merge

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

func (*RegisterRequest) XXX_Size

func (m *RegisterRequest) XXX_Size() int

func (*RegisterRequest) XXX_Unmarshal

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

type RegisterResponse

type RegisterResponse struct {
	Id                   uint64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterResponse) Descriptor

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

func (*RegisterResponse) GetId

func (m *RegisterResponse) GetId() uint64

func (*RegisterResponse) ProtoMessage

func (*RegisterResponse) ProtoMessage()

func (*RegisterResponse) Reset

func (m *RegisterResponse) Reset()

func (*RegisterResponse) String

func (m *RegisterResponse) String() string

func (*RegisterResponse) XXX_DiscardUnknown

func (m *RegisterResponse) XXX_DiscardUnknown()

func (*RegisterResponse) XXX_Marshal

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

func (*RegisterResponse) XXX_Merge

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

func (*RegisterResponse) XXX_Size

func (m *RegisterResponse) XXX_Size() int

func (*RegisterResponse) XXX_Unmarshal

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

type Result

type Result struct {
	Ok                   bool     `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Result) Descriptor

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

func (*Result) GetOk

func (m *Result) GetOk() bool

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) Reset

func (m *Result) Reset()

func (*Result) String

func (m *Result) String() string

func (*Result) XXX_DiscardUnknown

func (m *Result) XXX_DiscardUnknown()

func (*Result) XXX_Marshal

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

func (*Result) XXX_Merge

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

func (*Result) XXX_Size

func (m *Result) XXX_Size() int

func (*Result) XXX_Unmarshal

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

type SelfResponse

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

func (*SelfResponse) Descriptor

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

func (*SelfResponse) GetModes

func (m *SelfResponse) GetModes() *ChannelModes

func (*SelfResponse) GetUser

func (m *SelfResponse) GetUser() *StateUser

func (*SelfResponse) ProtoMessage

func (*SelfResponse) ProtoMessage()

func (*SelfResponse) Reset

func (m *SelfResponse) Reset()

func (*SelfResponse) String

func (m *SelfResponse) String() string

func (*SelfResponse) XXX_DiscardUnknown

func (m *SelfResponse) XXX_DiscardUnknown()

func (*SelfResponse) XXX_Marshal

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

func (*SelfResponse) XXX_Merge

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

func (*SelfResponse) XXX_Size

func (m *SelfResponse) XXX_Size() int

func (*SelfResponse) XXX_Unmarshal

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

type StateChannel

type StateChannel struct {
	Name                 string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Topic                string        `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"`
	Modes                *ChannelModes `protobuf:"bytes,3,opt,name=modes,proto3" json:"modes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*StateChannel) Descriptor

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

func (*StateChannel) GetModes

func (m *StateChannel) GetModes() *ChannelModes

func (*StateChannel) GetName

func (m *StateChannel) GetName() string

func (*StateChannel) GetTopic

func (m *StateChannel) GetTopic() string

func (*StateChannel) ProtoMessage

func (*StateChannel) ProtoMessage()

func (*StateChannel) Reset

func (m *StateChannel) Reset()

func (*StateChannel) String

func (m *StateChannel) String() string

func (*StateChannel) XXX_DiscardUnknown

func (m *StateChannel) XXX_DiscardUnknown()

func (*StateChannel) XXX_Marshal

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

func (*StateChannel) XXX_Merge

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

func (*StateChannel) XXX_Size

func (m *StateChannel) XXX_Size() int

func (*StateChannel) XXX_Unmarshal

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

type StateUser

type StateUser struct {
	Host                 string   `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	Realname             string   `protobuf:"bytes,2,opt,name=realname,proto3" json:"realname,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StateUser) Descriptor

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

func (*StateUser) GetHost

func (m *StateUser) GetHost() string

func (*StateUser) GetRealname

func (m *StateUser) GetRealname() string

func (*StateUser) ProtoMessage

func (*StateUser) ProtoMessage()

func (*StateUser) Reset

func (m *StateUser) Reset()

func (*StateUser) String

func (m *StateUser) String() string

func (*StateUser) XXX_DiscardUnknown

func (m *StateUser) XXX_DiscardUnknown()

func (*StateUser) XXX_Marshal

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

func (*StateUser) XXX_Merge

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

func (*StateUser) XXX_Size

func (m *StateUser) XXX_Size() int

func (*StateUser) XXX_Unmarshal

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

type StoredChannel

type StoredChannel struct {
	Net                  string            `protobuf:"bytes,1,opt,name=net,proto3" json:"net,omitempty"`
	Name                 string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Data                 map[string]string `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*StoredChannel) Descriptor

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

func (*StoredChannel) GetData

func (m *StoredChannel) GetData() map[string]string

func (*StoredChannel) GetName

func (m *StoredChannel) GetName() string

func (*StoredChannel) GetNet

func (m *StoredChannel) GetNet() string

func (*StoredChannel) ProtoMessage

func (*StoredChannel) ProtoMessage()

func (*StoredChannel) Reset

func (m *StoredChannel) Reset()

func (*StoredChannel) String

func (m *StoredChannel) String() string

func (*StoredChannel) XXX_DiscardUnknown

func (m *StoredChannel) XXX_DiscardUnknown()

func (*StoredChannel) XXX_Marshal

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

func (*StoredChannel) XXX_Merge

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

func (*StoredChannel) XXX_Size

func (m *StoredChannel) XXX_Size() int

func (*StoredChannel) XXX_Unmarshal

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

type StoredChannelsResponse

type StoredChannelsResponse struct {
	Channels             []*StoredChannel `protobuf:"bytes,1,rep,name=channels,proto3" json:"channels,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*StoredChannelsResponse) Descriptor

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

func (*StoredChannelsResponse) GetChannels

func (m *StoredChannelsResponse) GetChannels() []*StoredChannel

func (*StoredChannelsResponse) ProtoMessage

func (*StoredChannelsResponse) ProtoMessage()

func (*StoredChannelsResponse) Reset

func (m *StoredChannelsResponse) Reset()

func (*StoredChannelsResponse) String

func (m *StoredChannelsResponse) String() string

func (*StoredChannelsResponse) XXX_DiscardUnknown

func (m *StoredChannelsResponse) XXX_DiscardUnknown()

func (*StoredChannelsResponse) XXX_Marshal

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

func (*StoredChannelsResponse) XXX_Merge

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

func (*StoredChannelsResponse) XXX_Size

func (m *StoredChannelsResponse) XXX_Size() int

func (*StoredChannelsResponse) XXX_Unmarshal

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

type StoredUser

type StoredUser struct {
	Username             string             `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password             []byte             `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Masks                []string           `protobuf:"bytes,3,rep,name=masks,proto3" json:"masks,omitempty"`
	Access               map[string]*Access `` /* 153-byte string literal not displayed */
	Data                 map[string]string  `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*StoredUser) Descriptor

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

func (*StoredUser) GetAccess

func (m *StoredUser) GetAccess() map[string]*Access

func (*StoredUser) GetData

func (m *StoredUser) GetData() map[string]string

func (*StoredUser) GetMasks

func (m *StoredUser) GetMasks() []string

func (*StoredUser) GetPassword

func (m *StoredUser) GetPassword() []byte

func (*StoredUser) GetUsername

func (m *StoredUser) GetUsername() string

func (*StoredUser) ProtoMessage

func (*StoredUser) ProtoMessage()

func (*StoredUser) Reset

func (m *StoredUser) Reset()

func (*StoredUser) String

func (m *StoredUser) String() string

func (*StoredUser) XXX_DiscardUnknown

func (m *StoredUser) XXX_DiscardUnknown()

func (*StoredUser) XXX_Marshal

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

func (*StoredUser) XXX_Merge

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

func (*StoredUser) XXX_Size

func (m *StoredUser) XXX_Size() int

func (*StoredUser) XXX_Unmarshal

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

type StoredUsersResponse

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

func (*StoredUsersResponse) Descriptor

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

func (*StoredUsersResponse) GetUsers

func (m *StoredUsersResponse) GetUsers() []*StoredUser

func (*StoredUsersResponse) ProtoMessage

func (*StoredUsersResponse) ProtoMessage()

func (*StoredUsersResponse) Reset

func (m *StoredUsersResponse) Reset()

func (*StoredUsersResponse) String

func (m *StoredUsersResponse) String() string

func (*StoredUsersResponse) XXX_DiscardUnknown

func (m *StoredUsersResponse) XXX_DiscardUnknown()

func (*StoredUsersResponse) XXX_Marshal

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

func (*StoredUsersResponse) XXX_Merge

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

func (*StoredUsersResponse) XXX_Size

func (m *StoredUsersResponse) XXX_Size() int

func (*StoredUsersResponse) XXX_Unmarshal

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

type SubscriptionRequest

type SubscriptionRequest struct {
	// The extension name that
	Ext string `protobuf:"bytes,1,opt,name=ext,proto3" json:"ext,omitempty"`
	// The event or command ids to receive in this subscription, may be omitted
	// to recieve all events registered to the extension named by ext.
	Ids                  []uint64 `protobuf:"varint,2,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubscriptionRequest) Descriptor

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

func (*SubscriptionRequest) GetExt

func (m *SubscriptionRequest) GetExt() string

func (*SubscriptionRequest) GetIds

func (m *SubscriptionRequest) GetIds() []uint64

func (*SubscriptionRequest) ProtoMessage

func (*SubscriptionRequest) ProtoMessage()

func (*SubscriptionRequest) Reset

func (m *SubscriptionRequest) Reset()

func (*SubscriptionRequest) String

func (m *SubscriptionRequest) String() string

func (*SubscriptionRequest) XXX_DiscardUnknown

func (m *SubscriptionRequest) XXX_DiscardUnknown()

func (*SubscriptionRequest) XXX_Marshal

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

func (*SubscriptionRequest) XXX_Merge

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

func (*SubscriptionRequest) XXX_Size

func (m *SubscriptionRequest) XXX_Size() int

func (*SubscriptionRequest) XXX_Unmarshal

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

type UnregisterAllRequest

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

func (*UnregisterAllRequest) Descriptor

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

func (*UnregisterAllRequest) GetExt

func (m *UnregisterAllRequest) GetExt() string

func (*UnregisterAllRequest) ProtoMessage

func (*UnregisterAllRequest) ProtoMessage()

func (*UnregisterAllRequest) Reset

func (m *UnregisterAllRequest) Reset()

func (*UnregisterAllRequest) String

func (m *UnregisterAllRequest) String() string

func (*UnregisterAllRequest) XXX_DiscardUnknown

func (m *UnregisterAllRequest) XXX_DiscardUnknown()

func (*UnregisterAllRequest) XXX_Marshal

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

func (*UnregisterAllRequest) XXX_Merge

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

func (*UnregisterAllRequest) XXX_Size

func (m *UnregisterAllRequest) XXX_Size() int

func (*UnregisterAllRequest) XXX_Unmarshal

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

type UnregisterRequest

type UnregisterRequest struct {
	Ext                  string   `protobuf:"bytes,1,opt,name=ext,proto3" json:"ext,omitempty"`
	Id                   uint64   `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UnregisterRequest) Descriptor

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

func (*UnregisterRequest) GetExt

func (m *UnregisterRequest) GetExt() string

func (*UnregisterRequest) GetId

func (m *UnregisterRequest) GetId() uint64

func (*UnregisterRequest) ProtoMessage

func (*UnregisterRequest) ProtoMessage()

func (*UnregisterRequest) Reset

func (m *UnregisterRequest) Reset()

func (*UnregisterRequest) String

func (m *UnregisterRequest) String() string

func (*UnregisterRequest) XXX_DiscardUnknown

func (m *UnregisterRequest) XXX_DiscardUnknown()

func (*UnregisterRequest) XXX_Marshal

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

func (*UnregisterRequest) XXX_Merge

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

func (*UnregisterRequest) XXX_Size

func (m *UnregisterRequest) XXX_Size() int

func (*UnregisterRequest) XXX_Unmarshal

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

type UserModes

type UserModes struct {
	Kinds                *ModeKinds `protobuf:"bytes,1,opt,name=kinds,proto3" json:"kinds,omitempty"`
	Modes                int32      `protobuf:"varint,2,opt,name=modes,proto3" json:"modes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*UserModes) Descriptor

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

func (*UserModes) GetKinds

func (m *UserModes) GetKinds() *ModeKinds

func (*UserModes) GetModes

func (m *UserModes) GetModes() int32

func (*UserModes) ProtoMessage

func (*UserModes) ProtoMessage()

func (*UserModes) Reset

func (m *UserModes) Reset()

func (*UserModes) String

func (m *UserModes) String() string

func (*UserModes) XXX_DiscardUnknown

func (m *UserModes) XXX_DiscardUnknown()

func (*UserModes) XXX_Marshal

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

func (*UserModes) XXX_Merge

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

func (*UserModes) XXX_Size

func (m *UserModes) XXX_Size() int

func (*UserModes) XXX_Unmarshal

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

type UserModesResponse

type UserModesResponse struct {
	Modes                *ChannelModes `protobuf:"bytes,1,opt,name=modes,proto3" json:"modes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*UserModesResponse) Descriptor

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

func (*UserModesResponse) GetModes

func (m *UserModesResponse) GetModes() *ChannelModes

func (*UserModesResponse) ProtoMessage

func (*UserModesResponse) ProtoMessage()

func (*UserModesResponse) Reset

func (m *UserModesResponse) Reset()

func (*UserModesResponse) String

func (m *UserModesResponse) String() string

func (*UserModesResponse) XXX_DiscardUnknown

func (m *UserModesResponse) XXX_DiscardUnknown()

func (*UserModesResponse) XXX_Marshal

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

func (*UserModesResponse) XXX_Merge

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

func (*UserModesResponse) XXX_Size

func (m *UserModesResponse) XXX_Size() int

func (*UserModesResponse) XXX_Unmarshal

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

type UserResponse

type UserResponse struct {
	Self                 *StateUser `protobuf:"bytes,1,opt,name=self,proto3" json:"self,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*UserResponse) Descriptor

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

func (*UserResponse) GetSelf

func (m *UserResponse) GetSelf() *StateUser

func (*UserResponse) ProtoMessage

func (*UserResponse) ProtoMessage()

func (*UserResponse) Reset

func (m *UserResponse) Reset()

func (*UserResponse) String

func (m *UserResponse) String() string

func (*UserResponse) XXX_DiscardUnknown

func (m *UserResponse) XXX_DiscardUnknown()

func (*UserResponse) XXX_Marshal

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

func (*UserResponse) XXX_Merge

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

func (*UserResponse) XXX_Size

func (m *UserResponse) XXX_Size() int

func (*UserResponse) XXX_Unmarshal

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

type WriteRequest

type WriteRequest struct {
	Ext                  string   `protobuf:"bytes,1,opt,name=ext,proto3" json:"ext,omitempty"`
	Net                  string   `protobuf:"bytes,2,opt,name=net,proto3" json:"net,omitempty"`
	Msg                  []byte   `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Write raw irc data directly to a network

func (*WriteRequest) Descriptor

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

func (*WriteRequest) GetExt

func (m *WriteRequest) GetExt() string

func (*WriteRequest) GetMsg

func (m *WriteRequest) GetMsg() []byte

func (*WriteRequest) GetNet

func (m *WriteRequest) GetNet() string

func (*WriteRequest) ProtoMessage

func (*WriteRequest) ProtoMessage()

func (*WriteRequest) Reset

func (m *WriteRequest) Reset()

func (*WriteRequest) String

func (m *WriteRequest) String() string

func (*WriteRequest) XXX_DiscardUnknown

func (m *WriteRequest) XXX_DiscardUnknown()

func (*WriteRequest) XXX_Marshal

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

func (*WriteRequest) XXX_Merge

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

func (*WriteRequest) XXX_Size

func (m *WriteRequest) XXX_Size() int

func (*WriteRequest) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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