api

package
v0.0.0-...-9835270 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2021 License: AGPL-3.0, Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InternalMsgConsumer

type InternalMsgConsumer struct {
	apiconsumer.APIConsumer
	// contains filtered or unexported fields
}

func NewInternalMsgConsumer

func NewInternalMsgConsumer(
	apiMux *mux.Router, cfg config.Dendrite,
	rsRpcCli roomserverapi.RoomserverRPCAPI,
	accountDB model.AccountsDatabase,
	deviceDB model.DeviceDatabase,
	federation *fed.Federation,
	keyRing gomatrixserverlib.KeyRing,
	cacheIn service.Cache,
	encryptDB model.EncryptorAPIDatabase,
	syncDB model.SyncAPIDatabase,
	presenceDB model.PresenceDatabase,
	roomDB model.RoomServerDatabase,
	rpcCli *common.RpcClient,
	tokenFilter *filter.Filter,
	complexCache *common.ComplexCache,
	serverConfDB model.ConfigDatabase,
) *InternalMsgConsumer

func (*InternalMsgConsumer) Start

func (c *InternalMsgConsumer) Start()

type ReqDelDevice

type ReqDelDevice struct{}

func (ReqDelDevice) FillRequest

func (ReqDelDevice) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqDelDevice) GetAPIType

func (ReqDelDevice) GetAPIType() int8

func (ReqDelDevice) GetMethod

func (ReqDelDevice) GetMethod() []string

func (ReqDelDevice) GetMetricsName

func (ReqDelDevice) GetMetricsName() string

func (ReqDelDevice) GetMsgType

func (ReqDelDevice) GetMsgType() int32

func (ReqDelDevice) GetPrefix

func (ReqDelDevice) GetPrefix() []string

func (ReqDelDevice) GetRoute

func (ReqDelDevice) GetRoute() string

func (ReqDelDevice) GetTopic

func (ReqDelDevice) GetTopic(cfg *config.Dendrite) string

func (ReqDelDevice) NewRequest

func (ReqDelDevice) NewRequest() core.Coder

func (ReqDelDevice) NewResponse

func (ReqDelDevice) NewResponse(code int) core.Coder

func (ReqDelDevice) Process

func (ReqDelDevice) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqDelDirectoryRoomAlias

type ReqDelDirectoryRoomAlias struct{}

func (ReqDelDirectoryRoomAlias) FillRequest

func (ReqDelDirectoryRoomAlias) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqDelDirectoryRoomAlias) GetAPIType

func (ReqDelDirectoryRoomAlias) GetAPIType() int8

func (ReqDelDirectoryRoomAlias) GetMethod

func (ReqDelDirectoryRoomAlias) GetMethod() []string

func (ReqDelDirectoryRoomAlias) GetMetricsName

func (ReqDelDirectoryRoomAlias) GetMetricsName() string

func (ReqDelDirectoryRoomAlias) GetMsgType

func (ReqDelDirectoryRoomAlias) GetMsgType() int32

func (ReqDelDirectoryRoomAlias) GetPrefix

func (ReqDelDirectoryRoomAlias) GetPrefix() []string

func (ReqDelDirectoryRoomAlias) GetRoute

func (ReqDelDirectoryRoomAlias) GetRoute() string

func (ReqDelDirectoryRoomAlias) GetTopic

func (ReqDelDirectoryRoomAlias) NewRequest

func (ReqDelDirectoryRoomAlias) NewRequest() core.Coder

func (ReqDelDirectoryRoomAlias) NewResponse

func (ReqDelDirectoryRoomAlias) NewResponse(code int) core.Coder

func (ReqDelDirectoryRoomAlias) Process

func (ReqDelDirectoryRoomAlias) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqDelRoomsTagsByID

type ReqDelRoomsTagsByID struct{}

func (ReqDelRoomsTagsByID) FillRequest

func (ReqDelRoomsTagsByID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqDelRoomsTagsByID) GetAPIType

func (ReqDelRoomsTagsByID) GetAPIType() int8

func (ReqDelRoomsTagsByID) GetMethod

func (ReqDelRoomsTagsByID) GetMethod() []string

func (ReqDelRoomsTagsByID) GetMetricsName

func (ReqDelRoomsTagsByID) GetMetricsName() string

func (ReqDelRoomsTagsByID) GetMsgType

func (ReqDelRoomsTagsByID) GetMsgType() int32

func (ReqDelRoomsTagsByID) GetPrefix

func (ReqDelRoomsTagsByID) GetPrefix() []string

func (ReqDelRoomsTagsByID) GetRoute

func (ReqDelRoomsTagsByID) GetRoute() string

func (ReqDelRoomsTagsByID) GetTopic

func (ReqDelRoomsTagsByID) GetTopic(cfg *config.Dendrite) string

func (ReqDelRoomsTagsByID) NewRequest

func (ReqDelRoomsTagsByID) NewRequest() core.Coder

func (ReqDelRoomsTagsByID) NewResponse

func (ReqDelRoomsTagsByID) NewResponse(code int) core.Coder

func (ReqDelRoomsTagsByID) Process

func (ReqDelRoomsTagsByID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqDeleteUserInfo

type ReqDeleteUserInfo struct{}

func (ReqDeleteUserInfo) FillRequest

func (ReqDeleteUserInfo) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqDeleteUserInfo) GetAPIType

func (ReqDeleteUserInfo) GetAPIType() int8

func (ReqDeleteUserInfo) GetMethod

func (ReqDeleteUserInfo) GetMethod() []string

func (ReqDeleteUserInfo) GetMetricsName

func (ReqDeleteUserInfo) GetMetricsName() string

func (ReqDeleteUserInfo) GetMsgType

func (ReqDeleteUserInfo) GetMsgType() int32

func (ReqDeleteUserInfo) GetPrefix

func (ReqDeleteUserInfo) GetPrefix() []string

func (ReqDeleteUserInfo) GetRoute

func (ReqDeleteUserInfo) GetRoute() string

func (ReqDeleteUserInfo) GetTopic

func (ReqDeleteUserInfo) GetTopic(cfg *config.Dendrite) string

func (ReqDeleteUserInfo) NewRequest

func (ReqDeleteUserInfo) NewRequest() core.Coder

func (ReqDeleteUserInfo) NewResponse

func (ReqDeleteUserInfo) NewResponse(code int) core.Coder

func (ReqDeleteUserInfo) Process

func (ReqDeleteUserInfo) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqDismissRoom

type ReqDismissRoom struct{}

func (ReqDismissRoom) FillRequest

func (ReqDismissRoom) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqDismissRoom) GetAPIType

func (ReqDismissRoom) GetAPIType() int8

func (ReqDismissRoom) GetMethod

func (ReqDismissRoom) GetMethod() []string

func (ReqDismissRoom) GetMetricsName

func (ReqDismissRoom) GetMetricsName() string

func (ReqDismissRoom) GetMsgType

func (ReqDismissRoom) GetMsgType() int32

func (ReqDismissRoom) GetPrefix

func (ReqDismissRoom) GetPrefix() []string

func (ReqDismissRoom) GetRoute

func (ReqDismissRoom) GetRoute() string

func (ReqDismissRoom) GetTopic

func (ReqDismissRoom) GetTopic(cfg *config.Dendrite) string

func (ReqDismissRoom) NewRequest

func (ReqDismissRoom) NewRequest() core.Coder

func (ReqDismissRoom) NewResponse

func (ReqDismissRoom) NewResponse(code int) core.Coder

func (ReqDismissRoom) Process

func (ReqDismissRoom) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetAssociated3PIDs

type ReqGetAssociated3PIDs struct{}

func (ReqGetAssociated3PIDs) FillRequest

func (ReqGetAssociated3PIDs) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetAssociated3PIDs) GetAPIType

func (ReqGetAssociated3PIDs) GetAPIType() int8

func (ReqGetAssociated3PIDs) GetMethod

func (ReqGetAssociated3PIDs) GetMethod() []string

func (ReqGetAssociated3PIDs) GetMetricsName

func (ReqGetAssociated3PIDs) GetMetricsName() string

func (ReqGetAssociated3PIDs) GetMsgType

func (ReqGetAssociated3PIDs) GetMsgType() int32

func (ReqGetAssociated3PIDs) GetPrefix

func (ReqGetAssociated3PIDs) GetPrefix() []string

func (ReqGetAssociated3PIDs) GetRoute

func (ReqGetAssociated3PIDs) GetRoute() string

func (ReqGetAssociated3PIDs) GetTopic

func (ReqGetAssociated3PIDs) NewRequest

func (ReqGetAssociated3PIDs) NewRequest() core.Coder

func (ReqGetAssociated3PIDs) NewResponse

func (ReqGetAssociated3PIDs) NewResponse(code int) core.Coder

func (ReqGetAssociated3PIDs) Process

func (ReqGetAssociated3PIDs) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetAvatarURL

type ReqGetAvatarURL struct{}

func (ReqGetAvatarURL) FillRequest

func (ReqGetAvatarURL) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetAvatarURL) GetAPIType

func (ReqGetAvatarURL) GetAPIType() int8

func (ReqGetAvatarURL) GetMethod

func (ReqGetAvatarURL) GetMethod() []string

func (ReqGetAvatarURL) GetMetricsName

func (ReqGetAvatarURL) GetMetricsName() string

func (ReqGetAvatarURL) GetMsgType

func (ReqGetAvatarURL) GetMsgType() int32

func (ReqGetAvatarURL) GetPrefix

func (ReqGetAvatarURL) GetPrefix() []string

func (ReqGetAvatarURL) GetRoute

func (ReqGetAvatarURL) GetRoute() string

func (ReqGetAvatarURL) GetTopic

func (ReqGetAvatarURL) GetTopic(cfg *config.Dendrite) string

func (ReqGetAvatarURL) NewRequest

func (ReqGetAvatarURL) NewRequest() core.Coder

func (ReqGetAvatarURL) NewResponse

func (ReqGetAvatarURL) NewResponse(code int) core.Coder

func (ReqGetAvatarURL) Process

func (ReqGetAvatarURL) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetDeviceByID

type ReqGetDeviceByID struct{}

func (ReqGetDeviceByID) FillRequest

func (ReqGetDeviceByID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetDeviceByID) GetAPIType

func (ReqGetDeviceByID) GetAPIType() int8

func (ReqGetDeviceByID) GetMethod

func (ReqGetDeviceByID) GetMethod() []string

func (ReqGetDeviceByID) GetMetricsName

func (ReqGetDeviceByID) GetMetricsName() string

func (ReqGetDeviceByID) GetMsgType

func (ReqGetDeviceByID) GetMsgType() int32

func (ReqGetDeviceByID) GetPrefix

func (ReqGetDeviceByID) GetPrefix() []string

func (ReqGetDeviceByID) GetRoute

func (ReqGetDeviceByID) GetRoute() string

func (ReqGetDeviceByID) GetTopic

func (ReqGetDeviceByID) GetTopic(cfg *config.Dendrite) string

func (ReqGetDeviceByID) NewRequest

func (ReqGetDeviceByID) NewRequest() core.Coder

func (ReqGetDeviceByID) NewResponse

func (ReqGetDeviceByID) NewResponse(code int) core.Coder

func (ReqGetDeviceByID) Process

func (ReqGetDeviceByID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetDevicesByUserID

type ReqGetDevicesByUserID struct{}

func (ReqGetDevicesByUserID) FillRequest

func (ReqGetDevicesByUserID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetDevicesByUserID) GetAPIType

func (ReqGetDevicesByUserID) GetAPIType() int8

func (ReqGetDevicesByUserID) GetMethod

func (ReqGetDevicesByUserID) GetMethod() []string

func (ReqGetDevicesByUserID) GetMetricsName

func (ReqGetDevicesByUserID) GetMetricsName() string

func (ReqGetDevicesByUserID) GetMsgType

func (ReqGetDevicesByUserID) GetMsgType() int32

func (ReqGetDevicesByUserID) GetPrefix

func (ReqGetDevicesByUserID) GetPrefix() []string

func (ReqGetDevicesByUserID) GetRoute

func (ReqGetDevicesByUserID) GetRoute() string

func (ReqGetDevicesByUserID) GetTopic

func (ReqGetDevicesByUserID) NewRequest

func (ReqGetDevicesByUserID) NewRequest() core.Coder

func (ReqGetDevicesByUserID) NewResponse

func (ReqGetDevicesByUserID) NewResponse(code int) core.Coder

func (ReqGetDevicesByUserID) Process

func (ReqGetDevicesByUserID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetDirectoryRoom

type ReqGetDirectoryRoom struct{}

func (ReqGetDirectoryRoom) FillRequest

func (ReqGetDirectoryRoom) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetDirectoryRoom) GetAPIType

func (ReqGetDirectoryRoom) GetAPIType() int8

func (ReqGetDirectoryRoom) GetMethod

func (ReqGetDirectoryRoom) GetMethod() []string

func (ReqGetDirectoryRoom) GetMetricsName

func (ReqGetDirectoryRoom) GetMetricsName() string

func (ReqGetDirectoryRoom) GetMsgType

func (ReqGetDirectoryRoom) GetMsgType() int32

func (ReqGetDirectoryRoom) GetPrefix

func (ReqGetDirectoryRoom) GetPrefix() []string

func (ReqGetDirectoryRoom) GetRoute

func (ReqGetDirectoryRoom) GetRoute() string

func (ReqGetDirectoryRoom) GetTopic

func (ReqGetDirectoryRoom) GetTopic(cfg *config.Dendrite) string

func (ReqGetDirectoryRoom) NewRequest

func (ReqGetDirectoryRoom) NewRequest() core.Coder

func (ReqGetDirectoryRoom) NewResponse

func (ReqGetDirectoryRoom) NewResponse(code int) core.Coder

func (ReqGetDirectoryRoom) Process

func (ReqGetDirectoryRoom) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetDirectoryRoomAlias

type ReqGetDirectoryRoomAlias struct{}

func (ReqGetDirectoryRoomAlias) FillRequest

func (ReqGetDirectoryRoomAlias) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetDirectoryRoomAlias) GetAPIType

func (ReqGetDirectoryRoomAlias) GetAPIType() int8

func (ReqGetDirectoryRoomAlias) GetMethod

func (ReqGetDirectoryRoomAlias) GetMethod() []string

func (ReqGetDirectoryRoomAlias) GetMetricsName

func (ReqGetDirectoryRoomAlias) GetMetricsName() string

func (ReqGetDirectoryRoomAlias) GetMsgType

func (ReqGetDirectoryRoomAlias) GetMsgType() int32

func (ReqGetDirectoryRoomAlias) GetPrefix

func (ReqGetDirectoryRoomAlias) GetPrefix() []string

func (ReqGetDirectoryRoomAlias) GetRoute

func (ReqGetDirectoryRoomAlias) GetRoute() string

func (ReqGetDirectoryRoomAlias) GetTopic

func (ReqGetDirectoryRoomAlias) NewRequest

func (ReqGetDirectoryRoomAlias) NewRequest() core.Coder

func (ReqGetDirectoryRoomAlias) NewResponse

func (ReqGetDirectoryRoomAlias) NewResponse(code int) core.Coder

func (ReqGetDirectoryRoomAlias) Process

func (ReqGetDirectoryRoomAlias) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetDisplayName

type ReqGetDisplayName struct{}

func (ReqGetDisplayName) FillRequest

func (ReqGetDisplayName) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetDisplayName) GetAPIType

func (ReqGetDisplayName) GetAPIType() int8

func (ReqGetDisplayName) GetMethod

func (ReqGetDisplayName) GetMethod() []string

func (ReqGetDisplayName) GetMetricsName

func (ReqGetDisplayName) GetMetricsName() string

func (ReqGetDisplayName) GetMsgType

func (ReqGetDisplayName) GetMsgType() int32

func (ReqGetDisplayName) GetPrefix

func (ReqGetDisplayName) GetPrefix() []string

func (ReqGetDisplayName) GetRoute

func (ReqGetDisplayName) GetRoute() string

func (ReqGetDisplayName) GetTopic

func (ReqGetDisplayName) GetTopic(cfg *config.Dendrite) string

func (ReqGetDisplayName) NewRequest

func (ReqGetDisplayName) NewRequest() core.Coder

func (ReqGetDisplayName) NewResponse

func (ReqGetDisplayName) NewResponse(code int) core.Coder

func (ReqGetDisplayName) Process

func (ReqGetDisplayName) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetDomain

type ReqGetDomain struct{}

func (ReqGetDomain) FillRequest

func (ReqGetDomain) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetDomain) GetAPIType

func (ReqGetDomain) GetAPIType() int8

func (ReqGetDomain) GetMethod

func (ReqGetDomain) GetMethod() []string

func (ReqGetDomain) GetMetricsName

func (ReqGetDomain) GetMetricsName() string

func (ReqGetDomain) GetMsgType

func (ReqGetDomain) GetMsgType() int32

func (ReqGetDomain) GetPrefix

func (ReqGetDomain) GetPrefix() []string

func (ReqGetDomain) GetRoute

func (ReqGetDomain) GetRoute() string

func (ReqGetDomain) GetTopic

func (ReqGetDomain) GetTopic(cfg *config.Dendrite) string

func (ReqGetDomain) NewRequest

func (ReqGetDomain) NewRequest() core.Coder

func (ReqGetDomain) NewResponse

func (ReqGetDomain) NewResponse(code int) core.Coder

func (ReqGetDomain) Process

func (ReqGetDomain) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetJoinedMember

type ReqGetJoinedMember struct{}

func (ReqGetJoinedMember) FillRequest

func (ReqGetJoinedMember) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetJoinedMember) GetAPIType

func (ReqGetJoinedMember) GetAPIType() int8

func (ReqGetJoinedMember) GetMethod

func (ReqGetJoinedMember) GetMethod() []string

func (ReqGetJoinedMember) GetMetricsName

func (ReqGetJoinedMember) GetMetricsName() string

func (ReqGetJoinedMember) GetMsgType

func (ReqGetJoinedMember) GetMsgType() int32

func (ReqGetJoinedMember) GetPrefix

func (ReqGetJoinedMember) GetPrefix() []string

func (ReqGetJoinedMember) GetRoute

func (ReqGetJoinedMember) GetRoute() string

func (ReqGetJoinedMember) GetTopic

func (ReqGetJoinedMember) GetTopic(cfg *config.Dendrite) string

func (ReqGetJoinedMember) NewRequest

func (ReqGetJoinedMember) NewRequest() core.Coder

func (ReqGetJoinedMember) NewResponse

func (ReqGetJoinedMember) NewResponse(code int) core.Coder

func (ReqGetJoinedMember) Process

func (ReqGetJoinedMember) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetLogin

type ReqGetLogin struct{}

func (ReqGetLogin) FillRequest

func (ReqGetLogin) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetLogin) GetAPIType

func (ReqGetLogin) GetAPIType() int8

func (ReqGetLogin) GetMethod

func (ReqGetLogin) GetMethod() []string

func (ReqGetLogin) GetMetricsName

func (ReqGetLogin) GetMetricsName() string

func (ReqGetLogin) GetMsgType

func (ReqGetLogin) GetMsgType() int32

func (ReqGetLogin) GetPrefix

func (ReqGetLogin) GetPrefix() []string

func (ReqGetLogin) GetRoute

func (ReqGetLogin) GetRoute() string

func (ReqGetLogin) GetTopic

func (ReqGetLogin) GetTopic(cfg *config.Dendrite) string

func (ReqGetLogin) NewRequest

func (ReqGetLogin) NewRequest() core.Coder

func (ReqGetLogin) NewResponse

func (ReqGetLogin) NewResponse(code int) core.Coder

func (ReqGetLogin) Process

func (ReqGetLogin) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetLoginAdmin

type ReqGetLoginAdmin struct{}

func (ReqGetLoginAdmin) FillRequest

func (ReqGetLoginAdmin) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetLoginAdmin) GetAPIType

func (ReqGetLoginAdmin) GetAPIType() int8

func (ReqGetLoginAdmin) GetMethod

func (ReqGetLoginAdmin) GetMethod() []string

func (ReqGetLoginAdmin) GetMetricsName

func (ReqGetLoginAdmin) GetMetricsName() string

func (ReqGetLoginAdmin) GetMsgType

func (ReqGetLoginAdmin) GetMsgType() int32

func (ReqGetLoginAdmin) GetPrefix

func (ReqGetLoginAdmin) GetPrefix() []string

func (ReqGetLoginAdmin) GetRoute

func (ReqGetLoginAdmin) GetRoute() string

func (ReqGetLoginAdmin) GetTopic

func (ReqGetLoginAdmin) GetTopic(cfg *config.Dendrite) string

func (ReqGetLoginAdmin) NewRequest

func (ReqGetLoginAdmin) NewRequest() core.Coder

func (ReqGetLoginAdmin) NewResponse

func (ReqGetLoginAdmin) NewResponse(code int) core.Coder

func (ReqGetLoginAdmin) Process

func (ReqGetLoginAdmin) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetPresenceByID

type ReqGetPresenceByID struct{}

func (ReqGetPresenceByID) FillRequest

func (ReqGetPresenceByID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetPresenceByID) GetAPIType

func (ReqGetPresenceByID) GetAPIType() int8

func (ReqGetPresenceByID) GetMethod

func (ReqGetPresenceByID) GetMethod() []string

func (ReqGetPresenceByID) GetMetricsName

func (ReqGetPresenceByID) GetMetricsName() string

func (ReqGetPresenceByID) GetMsgType

func (ReqGetPresenceByID) GetMsgType() int32

func (ReqGetPresenceByID) GetPrefix

func (ReqGetPresenceByID) GetPrefix() []string

func (ReqGetPresenceByID) GetRoute

func (ReqGetPresenceByID) GetRoute() string

func (ReqGetPresenceByID) GetTopic

func (ReqGetPresenceByID) GetTopic(cfg *config.Dendrite) string

func (ReqGetPresenceByID) NewRequest

func (ReqGetPresenceByID) NewRequest() core.Coder

func (ReqGetPresenceByID) NewResponse

func (ReqGetPresenceByID) NewResponse(code int) core.Coder

func (ReqGetPresenceByID) Process

func (ReqGetPresenceByID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetPresenceListByID

type ReqGetPresenceListByID struct{}

func (ReqGetPresenceListByID) FillRequest

func (ReqGetPresenceListByID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetPresenceListByID) GetAPIType

func (ReqGetPresenceListByID) GetAPIType() int8

func (ReqGetPresenceListByID) GetMethod

func (ReqGetPresenceListByID) GetMethod() []string

func (ReqGetPresenceListByID) GetMetricsName

func (ReqGetPresenceListByID) GetMetricsName() string

func (ReqGetPresenceListByID) GetMsgType

func (ReqGetPresenceListByID) GetMsgType() int32

func (ReqGetPresenceListByID) GetPrefix

func (ReqGetPresenceListByID) GetPrefix() []string

func (ReqGetPresenceListByID) GetRoute

func (ReqGetPresenceListByID) GetRoute() string

func (ReqGetPresenceListByID) GetTopic

func (ReqGetPresenceListByID) NewRequest

func (ReqGetPresenceListByID) NewRequest() core.Coder

func (ReqGetPresenceListByID) NewResponse

func (ReqGetPresenceListByID) NewResponse(code int) core.Coder

func (ReqGetPresenceListByID) Process

func (ReqGetPresenceListByID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetProfile

type ReqGetProfile struct{}

func (ReqGetProfile) FillRequest

func (ReqGetProfile) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetProfile) GetAPIType

func (ReqGetProfile) GetAPIType() int8

func (ReqGetProfile) GetMethod

func (ReqGetProfile) GetMethod() []string

func (ReqGetProfile) GetMetricsName

func (ReqGetProfile) GetMetricsName() string

func (ReqGetProfile) GetMsgType

func (ReqGetProfile) GetMsgType() int32

func (ReqGetProfile) GetPrefix

func (ReqGetProfile) GetPrefix() []string

func (ReqGetProfile) GetRoute

func (ReqGetProfile) GetRoute() string

func (ReqGetProfile) GetTopic

func (ReqGetProfile) GetTopic(cfg *config.Dendrite) string

func (ReqGetProfile) NewRequest

func (ReqGetProfile) NewRequest() core.Coder

func (ReqGetProfile) NewResponse

func (ReqGetProfile) NewResponse(code int) core.Coder

func (ReqGetProfile) Process

func (ReqGetProfile) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetProfiles

type ReqGetProfiles struct{}

func (ReqGetProfiles) FillRequest

func (ReqGetProfiles) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetProfiles) GetAPIType

func (ReqGetProfiles) GetAPIType() int8

func (ReqGetProfiles) GetMethod

func (ReqGetProfiles) GetMethod() []string

func (ReqGetProfiles) GetMetricsName

func (ReqGetProfiles) GetMetricsName() string

func (ReqGetProfiles) GetMsgType

func (ReqGetProfiles) GetMsgType() int32

func (ReqGetProfiles) GetPrefix

func (ReqGetProfiles) GetPrefix() []string

func (ReqGetProfiles) GetRoute

func (ReqGetProfiles) GetRoute() string

func (ReqGetProfiles) GetTopic

func (ReqGetProfiles) GetTopic(cfg *config.Dendrite) string

func (ReqGetProfiles) NewRequest

func (ReqGetProfiles) NewRequest() core.Coder

func (ReqGetProfiles) NewResponse

func (ReqGetProfiles) NewResponse(code int) core.Coder

func (ReqGetProfiles) Process

func (ReqGetProfiles) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetRegitsterAvailable

type ReqGetRegitsterAvailable struct{}

func (ReqGetRegitsterAvailable) FillRequest

func (ReqGetRegitsterAvailable) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetRegitsterAvailable) GetAPIType

func (ReqGetRegitsterAvailable) GetAPIType() int8

func (ReqGetRegitsterAvailable) GetMethod

func (ReqGetRegitsterAvailable) GetMethod() []string

func (ReqGetRegitsterAvailable) GetMetricsName

func (ReqGetRegitsterAvailable) GetMetricsName() string

func (ReqGetRegitsterAvailable) GetMsgType

func (ReqGetRegitsterAvailable) GetMsgType() int32

func (ReqGetRegitsterAvailable) GetPrefix

func (ReqGetRegitsterAvailable) GetPrefix() []string

func (ReqGetRegitsterAvailable) GetRoute

func (ReqGetRegitsterAvailable) GetRoute() string

func (ReqGetRegitsterAvailable) GetTopic

func (ReqGetRegitsterAvailable) NewRequest

func (ReqGetRegitsterAvailable) NewRequest() core.Coder

func (ReqGetRegitsterAvailable) NewResponse

func (ReqGetRegitsterAvailable) NewResponse(code int) core.Coder

func (ReqGetRegitsterAvailable) Process

func (ReqGetRegitsterAvailable) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetRoomInfo

type ReqGetRoomInfo struct{}

func (ReqGetRoomInfo) FillRequest

func (ReqGetRoomInfo) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetRoomInfo) GetAPIType

func (ReqGetRoomInfo) GetAPIType() int8

func (ReqGetRoomInfo) GetMethod

func (ReqGetRoomInfo) GetMethod() []string

func (ReqGetRoomInfo) GetMetricsName

func (ReqGetRoomInfo) GetMetricsName() string

func (ReqGetRoomInfo) GetMsgType

func (ReqGetRoomInfo) GetMsgType() int32

func (ReqGetRoomInfo) GetPrefix

func (ReqGetRoomInfo) GetPrefix() []string

func (ReqGetRoomInfo) GetRoute

func (ReqGetRoomInfo) GetRoute() string

func (ReqGetRoomInfo) GetTopic

func (ReqGetRoomInfo) GetTopic(cfg *config.Dendrite) string

func (ReqGetRoomInfo) NewRequest

func (ReqGetRoomInfo) NewRequest() core.Coder

func (ReqGetRoomInfo) NewResponse

func (ReqGetRoomInfo) NewResponse(code int) core.Coder

func (ReqGetRoomInfo) Process

func (ReqGetRoomInfo) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetRoomsTagsByID

type ReqGetRoomsTagsByID struct{}

func (ReqGetRoomsTagsByID) FillRequest

func (ReqGetRoomsTagsByID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetRoomsTagsByID) GetAPIType

func (ReqGetRoomsTagsByID) GetAPIType() int8

func (ReqGetRoomsTagsByID) GetMethod

func (ReqGetRoomsTagsByID) GetMethod() []string

func (ReqGetRoomsTagsByID) GetMetricsName

func (ReqGetRoomsTagsByID) GetMetricsName() string

func (ReqGetRoomsTagsByID) GetMsgType

func (ReqGetRoomsTagsByID) GetMsgType() int32

func (ReqGetRoomsTagsByID) GetPrefix

func (ReqGetRoomsTagsByID) GetPrefix() []string

func (ReqGetRoomsTagsByID) GetRoute

func (ReqGetRoomsTagsByID) GetRoute() string

func (ReqGetRoomsTagsByID) GetTopic

func (ReqGetRoomsTagsByID) GetTopic(cfg *config.Dendrite) string

func (ReqGetRoomsTagsByID) NewRequest

func (ReqGetRoomsTagsByID) NewRequest() core.Coder

func (ReqGetRoomsTagsByID) NewResponse

func (ReqGetRoomsTagsByID) NewResponse(code int) core.Coder

func (ReqGetRoomsTagsByID) Process

func (ReqGetRoomsTagsByID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetSetting

type ReqGetSetting struct{}

func (ReqGetSetting) FillRequest

func (ReqGetSetting) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetSetting) GetAPIType

func (ReqGetSetting) GetAPIType() int8

func (ReqGetSetting) GetMethod

func (ReqGetSetting) GetMethod() []string

func (ReqGetSetting) GetMetricsName

func (ReqGetSetting) GetMetricsName() string

func (ReqGetSetting) GetMsgType

func (ReqGetSetting) GetMsgType() int32

func (ReqGetSetting) GetPrefix

func (ReqGetSetting) GetPrefix() []string

func (ReqGetSetting) GetRoute

func (ReqGetSetting) GetRoute() string

func (ReqGetSetting) GetTopic

func (ReqGetSetting) GetTopic(cfg *config.Dendrite) string

func (ReqGetSetting) NewRequest

func (ReqGetSetting) NewRequest() core.Coder

func (ReqGetSetting) NewResponse

func (ReqGetSetting) NewResponse(code int) core.Coder

func (ReqGetSetting) Process

func (ReqGetSetting) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetSuperAdminToken

type ReqGetSuperAdminToken struct{}

func (ReqGetSuperAdminToken) FillRequest

func (ReqGetSuperAdminToken) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetSuperAdminToken) GetAPIType

func (ReqGetSuperAdminToken) GetAPIType() int8

func (ReqGetSuperAdminToken) GetMethod

func (ReqGetSuperAdminToken) GetMethod() []string

func (ReqGetSuperAdminToken) GetMetricsName

func (ReqGetSuperAdminToken) GetMetricsName() string

func (ReqGetSuperAdminToken) GetMsgType

func (ReqGetSuperAdminToken) GetMsgType() int32

func (ReqGetSuperAdminToken) GetPrefix

func (ReqGetSuperAdminToken) GetPrefix() []string

func (ReqGetSuperAdminToken) GetRoute

func (ReqGetSuperAdminToken) GetRoute() string

func (ReqGetSuperAdminToken) GetTopic

func (ReqGetSuperAdminToken) NewRequest

func (ReqGetSuperAdminToken) NewRequest() core.Coder

func (ReqGetSuperAdminToken) NewResponse

func (ReqGetSuperAdminToken) NewResponse(code int) core.Coder

func (ReqGetSuperAdminToken) Process

func (ReqGetSuperAdminToken) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetThirdpartyProtos

type ReqGetThirdpartyProtos struct{}

func (ReqGetThirdpartyProtos) FillRequest

func (ReqGetThirdpartyProtos) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetThirdpartyProtos) GetAPIType

func (ReqGetThirdpartyProtos) GetAPIType() int8

func (ReqGetThirdpartyProtos) GetMethod

func (ReqGetThirdpartyProtos) GetMethod() []string

func (ReqGetThirdpartyProtos) GetMetricsName

func (ReqGetThirdpartyProtos) GetMetricsName() string

func (ReqGetThirdpartyProtos) GetMsgType

func (ReqGetThirdpartyProtos) GetMsgType() int32

func (ReqGetThirdpartyProtos) GetPrefix

func (ReqGetThirdpartyProtos) GetPrefix() []string

func (ReqGetThirdpartyProtos) GetRoute

func (ReqGetThirdpartyProtos) GetRoute() string

func (ReqGetThirdpartyProtos) GetTopic

func (ReqGetThirdpartyProtos) NewRequest

func (ReqGetThirdpartyProtos) NewRequest() core.Coder

func (ReqGetThirdpartyProtos) NewResponse

func (ReqGetThirdpartyProtos) NewResponse(code int) core.Coder

func (ReqGetThirdpartyProtos) Process

func (ReqGetThirdpartyProtos) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetUserFilterWithID

type ReqGetUserFilterWithID struct{}

func (ReqGetUserFilterWithID) FillRequest

func (ReqGetUserFilterWithID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetUserFilterWithID) GetAPIType

func (ReqGetUserFilterWithID) GetAPIType() int8

func (ReqGetUserFilterWithID) GetMethod

func (ReqGetUserFilterWithID) GetMethod() []string

func (ReqGetUserFilterWithID) GetMetricsName

func (ReqGetUserFilterWithID) GetMetricsName() string

func (ReqGetUserFilterWithID) GetMsgType

func (ReqGetUserFilterWithID) GetMsgType() int32

func (ReqGetUserFilterWithID) GetPrefix

func (ReqGetUserFilterWithID) GetPrefix() []string

func (ReqGetUserFilterWithID) GetRoute

func (ReqGetUserFilterWithID) GetRoute() string

func (ReqGetUserFilterWithID) GetTopic

func (ReqGetUserFilterWithID) NewRequest

func (ReqGetUserFilterWithID) NewRequest() core.Coder

func (ReqGetUserFilterWithID) NewResponse

func (ReqGetUserFilterWithID) NewResponse(code int) core.Coder

func (ReqGetUserFilterWithID) Process

func (ReqGetUserFilterWithID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetUserInfo

type ReqGetUserInfo struct{}

func (ReqGetUserInfo) FillRequest

func (ReqGetUserInfo) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetUserInfo) GetAPIType

func (ReqGetUserInfo) GetAPIType() int8

func (ReqGetUserInfo) GetMethod

func (ReqGetUserInfo) GetMethod() []string

func (ReqGetUserInfo) GetMetricsName

func (ReqGetUserInfo) GetMetricsName() string

func (ReqGetUserInfo) GetMsgType

func (ReqGetUserInfo) GetMsgType() int32

func (ReqGetUserInfo) GetPrefix

func (ReqGetUserInfo) GetPrefix() []string

func (ReqGetUserInfo) GetRoute

func (ReqGetUserInfo) GetRoute() string

func (ReqGetUserInfo) GetTopic

func (ReqGetUserInfo) GetTopic(cfg *config.Dendrite) string

func (ReqGetUserInfo) NewRequest

func (ReqGetUserInfo) NewRequest() core.Coder

func (ReqGetUserInfo) NewResponse

func (ReqGetUserInfo) NewResponse(code int) core.Coder

func (ReqGetUserInfo) Process

func (ReqGetUserInfo) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetUserNewToken

type ReqGetUserNewToken struct{}

func (ReqGetUserNewToken) FillRequest

func (ReqGetUserNewToken) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetUserNewToken) GetAPIType

func (ReqGetUserNewToken) GetAPIType() int8

func (ReqGetUserNewToken) GetMethod

func (ReqGetUserNewToken) GetMethod() []string

func (ReqGetUserNewToken) GetMetricsName

func (ReqGetUserNewToken) GetMetricsName() string

func (ReqGetUserNewToken) GetMsgType

func (ReqGetUserNewToken) GetMsgType() int32

func (ReqGetUserNewToken) GetPrefix

func (ReqGetUserNewToken) GetPrefix() []string

func (ReqGetUserNewToken) GetRoute

func (ReqGetUserNewToken) GetRoute() string

func (ReqGetUserNewToken) GetTopic

func (ReqGetUserNewToken) GetTopic(cfg *config.Dendrite) string

func (ReqGetUserNewToken) NewRequest

func (ReqGetUserNewToken) NewRequest() core.Coder

func (ReqGetUserNewToken) NewResponse

func (ReqGetUserNewToken) NewResponse(code int) core.Coder

func (ReqGetUserNewToken) Process

func (ReqGetUserNewToken) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetVoipTurnServer

type ReqGetVoipTurnServer struct{}

func (ReqGetVoipTurnServer) FillRequest

func (ReqGetVoipTurnServer) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetVoipTurnServer) GetAPIType

func (ReqGetVoipTurnServer) GetAPIType() int8

func (ReqGetVoipTurnServer) GetMethod

func (ReqGetVoipTurnServer) GetMethod() []string

func (ReqGetVoipTurnServer) GetMetricsName

func (ReqGetVoipTurnServer) GetMetricsName() string

func (ReqGetVoipTurnServer) GetMsgType

func (ReqGetVoipTurnServer) GetMsgType() int32

func (ReqGetVoipTurnServer) GetPrefix

func (ReqGetVoipTurnServer) GetPrefix() []string

func (ReqGetVoipTurnServer) GetRoute

func (ReqGetVoipTurnServer) GetRoute() string

func (ReqGetVoipTurnServer) GetTopic

func (ReqGetVoipTurnServer) GetTopic(cfg *config.Dendrite) string

func (ReqGetVoipTurnServer) NewRequest

func (ReqGetVoipTurnServer) NewRequest() core.Coder

func (ReqGetVoipTurnServer) NewResponse

func (ReqGetVoipTurnServer) NewResponse(code int) core.Coder

func (ReqGetVoipTurnServer) Process

func (ReqGetVoipTurnServer) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqGetWhoAmi

type ReqGetWhoAmi struct{}

func (ReqGetWhoAmi) FillRequest

func (ReqGetWhoAmi) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqGetWhoAmi) GetAPIType

func (ReqGetWhoAmi) GetAPIType() int8

func (ReqGetWhoAmi) GetMethod

func (ReqGetWhoAmi) GetMethod() []string

func (ReqGetWhoAmi) GetMetricsName

func (ReqGetWhoAmi) GetMetricsName() string

func (ReqGetWhoAmi) GetMsgType

func (ReqGetWhoAmi) GetMsgType() int32

func (ReqGetWhoAmi) GetPrefix

func (ReqGetWhoAmi) GetPrefix() []string

func (ReqGetWhoAmi) GetRoute

func (ReqGetWhoAmi) GetRoute() string

func (ReqGetWhoAmi) GetTopic

func (ReqGetWhoAmi) GetTopic(cfg *config.Dendrite) string

func (ReqGetWhoAmi) NewRequest

func (ReqGetWhoAmi) NewRequest() core.Coder

func (ReqGetWhoAmi) NewResponse

func (ReqGetWhoAmi) NewResponse(code int) core.Coder

func (ReqGetWhoAmi) Process

func (ReqGetWhoAmi) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqInternalGetRoomInfo

type ReqInternalGetRoomInfo struct{}

func (ReqInternalGetRoomInfo) FillRequest

func (ReqInternalGetRoomInfo) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqInternalGetRoomInfo) GetAPIType

func (ReqInternalGetRoomInfo) GetAPIType() int8

func (ReqInternalGetRoomInfo) GetMethod

func (ReqInternalGetRoomInfo) GetMethod() []string

func (ReqInternalGetRoomInfo) GetMetricsName

func (ReqInternalGetRoomInfo) GetMetricsName() string

func (ReqInternalGetRoomInfo) GetMsgType

func (ReqInternalGetRoomInfo) GetMsgType() int32

func (ReqInternalGetRoomInfo) GetPrefix

func (ReqInternalGetRoomInfo) GetPrefix() []string

func (ReqInternalGetRoomInfo) GetRoute

func (ReqInternalGetRoomInfo) GetRoute() string

func (ReqInternalGetRoomInfo) GetTopic

func (ReqInternalGetRoomInfo) NewRequest

func (ReqInternalGetRoomInfo) NewRequest() core.Coder

func (ReqInternalGetRoomInfo) NewResponse

func (ReqInternalGetRoomInfo) NewResponse(code int) core.Coder

func (ReqInternalGetRoomInfo) Process

func (ReqInternalGetRoomInfo) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostAccount3PIDEmail

type ReqPostAccount3PIDEmail struct{}

func (ReqPostAccount3PIDEmail) FillRequest

func (ReqPostAccount3PIDEmail) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostAccount3PIDEmail) GetAPIType

func (ReqPostAccount3PIDEmail) GetAPIType() int8

func (ReqPostAccount3PIDEmail) GetMethod

func (ReqPostAccount3PIDEmail) GetMethod() []string

func (ReqPostAccount3PIDEmail) GetMetricsName

func (ReqPostAccount3PIDEmail) GetMetricsName() string

func (ReqPostAccount3PIDEmail) GetMsgType

func (ReqPostAccount3PIDEmail) GetMsgType() int32

func (ReqPostAccount3PIDEmail) GetPrefix

func (ReqPostAccount3PIDEmail) GetPrefix() []string

func (ReqPostAccount3PIDEmail) GetRoute

func (ReqPostAccount3PIDEmail) GetRoute() string

func (ReqPostAccount3PIDEmail) GetTopic

func (ReqPostAccount3PIDEmail) NewRequest

func (ReqPostAccount3PIDEmail) NewRequest() core.Coder

func (ReqPostAccount3PIDEmail) NewResponse

func (ReqPostAccount3PIDEmail) NewResponse(code int) core.Coder

func (ReqPostAccount3PIDEmail) Process

func (ReqPostAccount3PIDEmail) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostAssociated3PIDs

type ReqPostAssociated3PIDs struct{}

func (ReqPostAssociated3PIDs) FillRequest

func (ReqPostAssociated3PIDs) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostAssociated3PIDs) GetAPIType

func (ReqPostAssociated3PIDs) GetAPIType() int8

func (ReqPostAssociated3PIDs) GetMethod

func (ReqPostAssociated3PIDs) GetMethod() []string

func (ReqPostAssociated3PIDs) GetMetricsName

func (ReqPostAssociated3PIDs) GetMetricsName() string

func (ReqPostAssociated3PIDs) GetMsgType

func (ReqPostAssociated3PIDs) GetMsgType() int32

func (ReqPostAssociated3PIDs) GetPrefix

func (ReqPostAssociated3PIDs) GetPrefix() []string

func (ReqPostAssociated3PIDs) GetRoute

func (ReqPostAssociated3PIDs) GetRoute() string

func (ReqPostAssociated3PIDs) GetTopic

func (ReqPostAssociated3PIDs) NewRequest

func (ReqPostAssociated3PIDs) NewRequest() core.Coder

func (ReqPostAssociated3PIDs) NewResponse

func (ReqPostAssociated3PIDs) NewResponse(code int) core.Coder

func (ReqPostAssociated3PIDs) Process

func (ReqPostAssociated3PIDs) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostAssociated3PIDsDel

type ReqPostAssociated3PIDsDel struct{}

func (ReqPostAssociated3PIDsDel) FillRequest

func (ReqPostAssociated3PIDsDel) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostAssociated3PIDsDel) GetAPIType

func (ReqPostAssociated3PIDsDel) GetAPIType() int8

func (ReqPostAssociated3PIDsDel) GetMethod

func (ReqPostAssociated3PIDsDel) GetMethod() []string

func (ReqPostAssociated3PIDsDel) GetMetricsName

func (ReqPostAssociated3PIDsDel) GetMetricsName() string

func (ReqPostAssociated3PIDsDel) GetMsgType

func (ReqPostAssociated3PIDsDel) GetMsgType() int32

func (ReqPostAssociated3PIDsDel) GetPrefix

func (ReqPostAssociated3PIDsDel) GetPrefix() []string

func (ReqPostAssociated3PIDsDel) GetRoute

func (ReqPostAssociated3PIDsDel) GetRoute() string

func (ReqPostAssociated3PIDsDel) GetTopic

func (ReqPostAssociated3PIDsDel) NewRequest

func (ReqPostAssociated3PIDsDel) NewRequest() core.Coder

func (ReqPostAssociated3PIDsDel) NewResponse

func (ReqPostAssociated3PIDsDel) NewResponse(code int) core.Coder

func (ReqPostAssociated3PIDsDel) Process

func (ReqPostAssociated3PIDsDel) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostCreateRoom

type ReqPostCreateRoom struct{}

func (ReqPostCreateRoom) FillRequest

func (ReqPostCreateRoom) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostCreateRoom) GetAPIType

func (ReqPostCreateRoom) GetAPIType() int8

func (ReqPostCreateRoom) GetMethod

func (ReqPostCreateRoom) GetMethod() []string

func (ReqPostCreateRoom) GetMetricsName

func (ReqPostCreateRoom) GetMetricsName() string

func (ReqPostCreateRoom) GetMsgType

func (ReqPostCreateRoom) GetMsgType() int32

func (ReqPostCreateRoom) GetPrefix

func (ReqPostCreateRoom) GetPrefix() []string

func (ReqPostCreateRoom) GetRoute

func (ReqPostCreateRoom) GetRoute() string

func (ReqPostCreateRoom) GetTopic

func (ReqPostCreateRoom) GetTopic(cfg *config.Dendrite) string

func (ReqPostCreateRoom) NewRequest

func (ReqPostCreateRoom) NewRequest() core.Coder

func (ReqPostCreateRoom) NewResponse

func (ReqPostCreateRoom) NewResponse(code int) core.Coder

func (ReqPostCreateRoom) Process

func (ReqPostCreateRoom) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostDelDevices

type ReqPostDelDevices struct{}

func (ReqPostDelDevices) FillRequest

func (ReqPostDelDevices) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostDelDevices) GetAPIType

func (ReqPostDelDevices) GetAPIType() int8

func (ReqPostDelDevices) GetMethod

func (ReqPostDelDevices) GetMethod() []string

func (ReqPostDelDevices) GetMetricsName

func (ReqPostDelDevices) GetMetricsName() string

func (ReqPostDelDevices) GetMsgType

func (ReqPostDelDevices) GetMsgType() int32

func (ReqPostDelDevices) GetPrefix

func (ReqPostDelDevices) GetPrefix() []string

func (ReqPostDelDevices) GetRoute

func (ReqPostDelDevices) GetRoute() string

func (ReqPostDelDevices) GetTopic

func (ReqPostDelDevices) GetTopic(cfg *config.Dendrite) string

func (ReqPostDelDevices) NewRequest

func (ReqPostDelDevices) NewRequest() core.Coder

func (ReqPostDelDevices) NewResponse

func (ReqPostDelDevices) NewResponse(code int) core.Coder

func (ReqPostDelDevices) Process

func (ReqPostDelDevices) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostJoinRoomByIDOrAlias

type ReqPostJoinRoomByIDOrAlias struct{}

func (ReqPostJoinRoomByIDOrAlias) FillRequest

func (ReqPostJoinRoomByIDOrAlias) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostJoinRoomByIDOrAlias) GetAPIType

func (ReqPostJoinRoomByIDOrAlias) GetAPIType() int8

func (ReqPostJoinRoomByIDOrAlias) GetMethod

func (ReqPostJoinRoomByIDOrAlias) GetMethod() []string

func (ReqPostJoinRoomByIDOrAlias) GetMetricsName

func (ReqPostJoinRoomByIDOrAlias) GetMetricsName() string

func (ReqPostJoinRoomByIDOrAlias) GetMsgType

func (ReqPostJoinRoomByIDOrAlias) GetMsgType() int32

func (ReqPostJoinRoomByIDOrAlias) GetPrefix

func (ReqPostJoinRoomByIDOrAlias) GetPrefix() []string

func (ReqPostJoinRoomByIDOrAlias) GetRoute

func (ReqPostJoinRoomByIDOrAlias) GetTopic

func (ReqPostJoinRoomByIDOrAlias) NewRequest

func (ReqPostJoinRoomByIDOrAlias) NewRequest() core.Coder

func (ReqPostJoinRoomByIDOrAlias) NewResponse

func (ReqPostJoinRoomByIDOrAlias) NewResponse(code int) core.Coder

func (ReqPostJoinRoomByIDOrAlias) Process

func (ReqPostJoinRoomByIDOrAlias) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostLogin

type ReqPostLogin struct{}

func (ReqPostLogin) FillRequest

func (ReqPostLogin) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostLogin) GetAPIType

func (ReqPostLogin) GetAPIType() int8

func (ReqPostLogin) GetMethod

func (ReqPostLogin) GetMethod() []string

func (ReqPostLogin) GetMetricsName

func (ReqPostLogin) GetMetricsName() string

func (ReqPostLogin) GetMsgType

func (ReqPostLogin) GetMsgType() int32

func (ReqPostLogin) GetPrefix

func (ReqPostLogin) GetPrefix() []string

func (ReqPostLogin) GetRoute

func (ReqPostLogin) GetRoute() string

func (ReqPostLogin) GetTopic

func (ReqPostLogin) GetTopic(cfg *config.Dendrite) string

func (ReqPostLogin) NewRequest

func (ReqPostLogin) NewRequest() core.Coder

func (ReqPostLogin) NewResponse

func (ReqPostLogin) NewResponse(code int) core.Coder

func (ReqPostLogin) Process

func (ReqPostLogin) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostLoginAdmin

type ReqPostLoginAdmin struct{}

func (ReqPostLoginAdmin) FillRequest

func (ReqPostLoginAdmin) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostLoginAdmin) GetAPIType

func (ReqPostLoginAdmin) GetAPIType() int8

func (ReqPostLoginAdmin) GetMethod

func (ReqPostLoginAdmin) GetMethod() []string

func (ReqPostLoginAdmin) GetMetricsName

func (ReqPostLoginAdmin) GetMetricsName() string

func (ReqPostLoginAdmin) GetMsgType

func (ReqPostLoginAdmin) GetMsgType() int32

func (ReqPostLoginAdmin) GetPrefix

func (ReqPostLoginAdmin) GetPrefix() []string

func (ReqPostLoginAdmin) GetRoute

func (ReqPostLoginAdmin) GetRoute() string

func (ReqPostLoginAdmin) GetTopic

func (ReqPostLoginAdmin) GetTopic(cfg *config.Dendrite) string

func (ReqPostLoginAdmin) NewRequest

func (ReqPostLoginAdmin) NewRequest() core.Coder

func (ReqPostLoginAdmin) NewResponse

func (ReqPostLoginAdmin) NewResponse(code int) core.Coder

func (ReqPostLoginAdmin) Process

func (ReqPostLoginAdmin) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostLogout

type ReqPostLogout struct{}

func (ReqPostLogout) FillRequest

func (ReqPostLogout) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostLogout) GetAPIType

func (ReqPostLogout) GetAPIType() int8

func (ReqPostLogout) GetMethod

func (ReqPostLogout) GetMethod() []string

func (ReqPostLogout) GetMetricsName

func (ReqPostLogout) GetMetricsName() string

func (ReqPostLogout) GetMsgType

func (ReqPostLogout) GetMsgType() int32

func (ReqPostLogout) GetPrefix

func (ReqPostLogout) GetPrefix() []string

func (ReqPostLogout) GetRoute

func (ReqPostLogout) GetRoute() string

func (ReqPostLogout) GetTopic

func (ReqPostLogout) GetTopic(cfg *config.Dendrite) string

func (ReqPostLogout) NewRequest

func (ReqPostLogout) NewRequest() core.Coder

func (ReqPostLogout) NewResponse

func (ReqPostLogout) NewResponse(code int) core.Coder

func (ReqPostLogout) Process

func (ReqPostLogout) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostLogoutAll

type ReqPostLogoutAll struct{}

func (ReqPostLogoutAll) FillRequest

func (ReqPostLogoutAll) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostLogoutAll) GetAPIType

func (ReqPostLogoutAll) GetAPIType() int8

func (ReqPostLogoutAll) GetMethod

func (ReqPostLogoutAll) GetMethod() []string

func (ReqPostLogoutAll) GetMetricsName

func (ReqPostLogoutAll) GetMetricsName() string

func (ReqPostLogoutAll) GetMsgType

func (ReqPostLogoutAll) GetMsgType() int32

func (ReqPostLogoutAll) GetPrefix

func (ReqPostLogoutAll) GetPrefix() []string

func (ReqPostLogoutAll) GetRoute

func (ReqPostLogoutAll) GetRoute() string

func (ReqPostLogoutAll) GetTopic

func (ReqPostLogoutAll) GetTopic(cfg *config.Dendrite) string

func (ReqPostLogoutAll) NewRequest

func (ReqPostLogoutAll) NewRequest() core.Coder

func (ReqPostLogoutAll) NewResponse

func (ReqPostLogoutAll) NewResponse(code int) core.Coder

func (ReqPostLogoutAll) Process

func (ReqPostLogoutAll) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostPresenceListByID

type ReqPostPresenceListByID struct{}

func (ReqPostPresenceListByID) FillRequest

func (ReqPostPresenceListByID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostPresenceListByID) GetAPIType

func (ReqPostPresenceListByID) GetAPIType() int8

func (ReqPostPresenceListByID) GetMethod

func (ReqPostPresenceListByID) GetMethod() []string

func (ReqPostPresenceListByID) GetMetricsName

func (ReqPostPresenceListByID) GetMetricsName() string

func (ReqPostPresenceListByID) GetMsgType

func (ReqPostPresenceListByID) GetMsgType() int32

func (ReqPostPresenceListByID) GetPrefix

func (ReqPostPresenceListByID) GetPrefix() []string

func (ReqPostPresenceListByID) GetRoute

func (ReqPostPresenceListByID) GetRoute() string

func (ReqPostPresenceListByID) GetTopic

func (ReqPostPresenceListByID) NewRequest

func (ReqPostPresenceListByID) NewRequest() core.Coder

func (ReqPostPresenceListByID) NewResponse

func (ReqPostPresenceListByID) NewResponse(code int) core.Coder

func (ReqPostPresenceListByID) Process

func (ReqPostPresenceListByID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostRegister

type ReqPostRegister struct{}

func (ReqPostRegister) FillRequest

func (ReqPostRegister) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostRegister) GetAPIType

func (ReqPostRegister) GetAPIType() int8

func (ReqPostRegister) GetMethod

func (ReqPostRegister) GetMethod() []string

func (ReqPostRegister) GetMetricsName

func (ReqPostRegister) GetMetricsName() string

func (ReqPostRegister) GetMsgType

func (ReqPostRegister) GetMsgType() int32

func (ReqPostRegister) GetPrefix

func (ReqPostRegister) GetPrefix() []string

func (ReqPostRegister) GetRoute

func (ReqPostRegister) GetRoute() string

func (ReqPostRegister) GetTopic

func (ReqPostRegister) GetTopic(cfg *config.Dendrite) string

func (ReqPostRegister) NewRequest

func (ReqPostRegister) NewRequest() core.Coder

func (ReqPostRegister) NewResponse

func (ReqPostRegister) NewResponse(code int) core.Coder

func (ReqPostRegister) Process

func (ReqPostRegister) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostRegisterLegacy

type ReqPostRegisterLegacy struct{}

func (ReqPostRegisterLegacy) FillRequest

func (ReqPostRegisterLegacy) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostRegisterLegacy) GetAPIType

func (ReqPostRegisterLegacy) GetAPIType() int8

func (ReqPostRegisterLegacy) GetMethod

func (ReqPostRegisterLegacy) GetMethod() []string

func (ReqPostRegisterLegacy) GetMetricsName

func (ReqPostRegisterLegacy) GetMetricsName() string

func (ReqPostRegisterLegacy) GetMsgType

func (ReqPostRegisterLegacy) GetMsgType() int32

func (ReqPostRegisterLegacy) GetPrefix

func (ReqPostRegisterLegacy) GetPrefix() []string

func (ReqPostRegisterLegacy) GetRoute

func (ReqPostRegisterLegacy) GetRoute() string

func (ReqPostRegisterLegacy) GetTopic

func (ReqPostRegisterLegacy) NewRequest

func (ReqPostRegisterLegacy) NewRequest() core.Coder

func (ReqPostRegisterLegacy) NewResponse

func (ReqPostRegisterLegacy) NewResponse(code int) core.Coder

func (ReqPostRegisterLegacy) Process

func (ReqPostRegisterLegacy) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostReport

type ReqPostReport struct{}

func (ReqPostReport) FillRequest

func (ReqPostReport) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostReport) GetAPIType

func (ReqPostReport) GetAPIType() int8

func (ReqPostReport) GetMethod

func (ReqPostReport) GetMethod() []string

func (ReqPostReport) GetMetricsName

func (ReqPostReport) GetMetricsName() string

func (ReqPostReport) GetMsgType

func (ReqPostReport) GetMsgType() int32

func (ReqPostReport) GetPrefix

func (ReqPostReport) GetPrefix() []string

func (ReqPostReport) GetRoute

func (ReqPostReport) GetRoute() string

func (ReqPostReport) GetTopic

func (ReqPostReport) GetTopic(cfg *config.Dendrite) string

func (ReqPostReport) NewRequest

func (ReqPostReport) NewRequest() core.Coder

func (ReqPostReport) NewResponse

func (ReqPostReport) NewResponse(code int) core.Coder

func (ReqPostReport) Process

func (ReqPostReport) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostRoomMembership

type ReqPostRoomMembership struct{}

func (ReqPostRoomMembership) FillRequest

func (ReqPostRoomMembership) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostRoomMembership) GetAPIType

func (ReqPostRoomMembership) GetAPIType() int8

func (ReqPostRoomMembership) GetMethod

func (ReqPostRoomMembership) GetMethod() []string

func (ReqPostRoomMembership) GetMetricsName

func (ReqPostRoomMembership) GetMetricsName() string

func (ReqPostRoomMembership) GetMsgType

func (ReqPostRoomMembership) GetMsgType() int32

func (ReqPostRoomMembership) GetPrefix

func (ReqPostRoomMembership) GetPrefix() []string

func (ReqPostRoomMembership) GetRoute

func (ReqPostRoomMembership) GetRoute() string

func (ReqPostRoomMembership) GetTopic

func (ReqPostRoomMembership) NewRequest

func (ReqPostRoomMembership) NewRequest() core.Coder

func (ReqPostRoomMembership) NewResponse

func (ReqPostRoomMembership) NewResponse(code int) core.Coder

func (ReqPostRoomMembership) Process

func (ReqPostRoomMembership) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostUpdateDomain

type ReqPostUpdateDomain struct{}

func (ReqPostUpdateDomain) FillRequest

func (ReqPostUpdateDomain) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostUpdateDomain) GetAPIType

func (ReqPostUpdateDomain) GetAPIType() int8

func (ReqPostUpdateDomain) GetMethod

func (ReqPostUpdateDomain) GetMethod() []string

func (ReqPostUpdateDomain) GetMetricsName

func (ReqPostUpdateDomain) GetMetricsName() string

func (ReqPostUpdateDomain) GetMsgType

func (ReqPostUpdateDomain) GetMsgType() int32

func (ReqPostUpdateDomain) GetPrefix

func (ReqPostUpdateDomain) GetPrefix() []string

func (ReqPostUpdateDomain) GetRoute

func (ReqPostUpdateDomain) GetRoute() string

func (ReqPostUpdateDomain) GetTopic

func (ReqPostUpdateDomain) GetTopic(cfg *config.Dendrite) string

func (ReqPostUpdateDomain) NewRequest

func (ReqPostUpdateDomain) NewRequest() core.Coder

func (ReqPostUpdateDomain) NewResponse

func (ReqPostUpdateDomain) NewResponse(code int) core.Coder

func (ReqPostUpdateDomain) Process

func (ReqPostUpdateDomain) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostUserFilter

type ReqPostUserFilter struct{}

func (ReqPostUserFilter) FillRequest

func (ReqPostUserFilter) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostUserFilter) GetAPIType

func (ReqPostUserFilter) GetAPIType() int8

func (ReqPostUserFilter) GetMethod

func (ReqPostUserFilter) GetMethod() []string

func (ReqPostUserFilter) GetMetricsName

func (ReqPostUserFilter) GetMetricsName() string

func (ReqPostUserFilter) GetMsgType

func (ReqPostUserFilter) GetMsgType() int32

func (ReqPostUserFilter) GetPrefix

func (ReqPostUserFilter) GetPrefix() []string

func (ReqPostUserFilter) GetRoute

func (ReqPostUserFilter) GetRoute() string

func (ReqPostUserFilter) GetTopic

func (ReqPostUserFilter) GetTopic(cfg *config.Dendrite) string

func (ReqPostUserFilter) NewRequest

func (ReqPostUserFilter) NewRequest() core.Coder

func (ReqPostUserFilter) NewResponse

func (ReqPostUserFilter) NewResponse(code int) core.Coder

func (ReqPostUserFilter) Process

func (ReqPostUserFilter) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPostUserInfo

type ReqPostUserInfo struct{}

func (ReqPostUserInfo) FillRequest

func (ReqPostUserInfo) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPostUserInfo) GetAPIType

func (ReqPostUserInfo) GetAPIType() int8

func (ReqPostUserInfo) GetMethod

func (ReqPostUserInfo) GetMethod() []string

func (ReqPostUserInfo) GetMetricsName

func (ReqPostUserInfo) GetMetricsName() string

func (ReqPostUserInfo) GetMsgType

func (ReqPostUserInfo) GetMsgType() int32

func (ReqPostUserInfo) GetPrefix

func (ReqPostUserInfo) GetPrefix() []string

func (ReqPostUserInfo) GetRoute

func (ReqPostUserInfo) GetRoute() string

func (ReqPostUserInfo) GetTopic

func (ReqPostUserInfo) GetTopic(cfg *config.Dendrite) string

func (ReqPostUserInfo) NewRequest

func (ReqPostUserInfo) NewRequest() core.Coder

func (ReqPostUserInfo) NewResponse

func (ReqPostUserInfo) NewResponse(code int) core.Coder

func (ReqPostUserInfo) Process

func (ReqPostUserInfo) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutAvatarURL

type ReqPutAvatarURL struct{}

func (ReqPutAvatarURL) FillRequest

func (ReqPutAvatarURL) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutAvatarURL) GetAPIType

func (ReqPutAvatarURL) GetAPIType() int8

func (ReqPutAvatarURL) GetMethod

func (ReqPutAvatarURL) GetMethod() []string

func (ReqPutAvatarURL) GetMetricsName

func (ReqPutAvatarURL) GetMetricsName() string

func (ReqPutAvatarURL) GetMsgType

func (ReqPutAvatarURL) GetMsgType() int32

func (ReqPutAvatarURL) GetPrefix

func (ReqPutAvatarURL) GetPrefix() []string

func (ReqPutAvatarURL) GetRoute

func (ReqPutAvatarURL) GetRoute() string

func (ReqPutAvatarURL) GetTopic

func (ReqPutAvatarURL) GetTopic(cfg *config.Dendrite) string

func (ReqPutAvatarURL) NewRequest

func (ReqPutAvatarURL) NewRequest() core.Coder

func (ReqPutAvatarURL) NewResponse

func (ReqPutAvatarURL) NewResponse(code int) core.Coder

func (ReqPutAvatarURL) Process

func (ReqPutAvatarURL) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutDevice

type ReqPutDevice struct{}

func (ReqPutDevice) FillRequest

func (ReqPutDevice) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutDevice) GetAPIType

func (ReqPutDevice) GetAPIType() int8

func (ReqPutDevice) GetMethod

func (ReqPutDevice) GetMethod() []string

func (ReqPutDevice) GetMetricsName

func (ReqPutDevice) GetMetricsName() string

func (ReqPutDevice) GetMsgType

func (ReqPutDevice) GetMsgType() int32

func (ReqPutDevice) GetPrefix

func (ReqPutDevice) GetPrefix() []string

func (ReqPutDevice) GetRoute

func (ReqPutDevice) GetRoute() string

func (ReqPutDevice) GetTopic

func (ReqPutDevice) GetTopic(cfg *config.Dendrite) string

func (ReqPutDevice) NewRequest

func (ReqPutDevice) NewRequest() core.Coder

func (ReqPutDevice) NewResponse

func (ReqPutDevice) NewResponse(code int) core.Coder

func (ReqPutDevice) Process

func (ReqPutDevice) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutDirectoryRoom

type ReqPutDirectoryRoom struct{}

func (ReqPutDirectoryRoom) FillRequest

func (ReqPutDirectoryRoom) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutDirectoryRoom) GetAPIType

func (ReqPutDirectoryRoom) GetAPIType() int8

func (ReqPutDirectoryRoom) GetMethod

func (ReqPutDirectoryRoom) GetMethod() []string

func (ReqPutDirectoryRoom) GetMetricsName

func (ReqPutDirectoryRoom) GetMetricsName() string

func (ReqPutDirectoryRoom) GetMsgType

func (ReqPutDirectoryRoom) GetMsgType() int32

func (ReqPutDirectoryRoom) GetPrefix

func (ReqPutDirectoryRoom) GetPrefix() []string

func (ReqPutDirectoryRoom) GetRoute

func (ReqPutDirectoryRoom) GetRoute() string

func (ReqPutDirectoryRoom) GetTopic

func (ReqPutDirectoryRoom) GetTopic(cfg *config.Dendrite) string

func (ReqPutDirectoryRoom) NewRequest

func (ReqPutDirectoryRoom) NewRequest() core.Coder

func (ReqPutDirectoryRoom) NewResponse

func (ReqPutDirectoryRoom) NewResponse(code int) core.Coder

func (ReqPutDirectoryRoom) Process

func (ReqPutDirectoryRoom) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutDirectoryRoomAlias

type ReqPutDirectoryRoomAlias struct{}

func (ReqPutDirectoryRoomAlias) FillRequest

func (ReqPutDirectoryRoomAlias) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutDirectoryRoomAlias) GetAPIType

func (ReqPutDirectoryRoomAlias) GetAPIType() int8

func (ReqPutDirectoryRoomAlias) GetMethod

func (ReqPutDirectoryRoomAlias) GetMethod() []string

func (ReqPutDirectoryRoomAlias) GetMetricsName

func (ReqPutDirectoryRoomAlias) GetMetricsName() string

func (ReqPutDirectoryRoomAlias) GetMsgType

func (ReqPutDirectoryRoomAlias) GetMsgType() int32

func (ReqPutDirectoryRoomAlias) GetPrefix

func (ReqPutDirectoryRoomAlias) GetPrefix() []string

func (ReqPutDirectoryRoomAlias) GetRoute

func (ReqPutDirectoryRoomAlias) GetRoute() string

func (ReqPutDirectoryRoomAlias) GetTopic

func (ReqPutDirectoryRoomAlias) NewRequest

func (ReqPutDirectoryRoomAlias) NewRequest() core.Coder

func (ReqPutDirectoryRoomAlias) NewResponse

func (ReqPutDirectoryRoomAlias) NewResponse(code int) core.Coder

func (ReqPutDirectoryRoomAlias) Process

func (ReqPutDirectoryRoomAlias) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutDisplayName

type ReqPutDisplayName struct{}

func (ReqPutDisplayName) FillRequest

func (ReqPutDisplayName) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutDisplayName) GetAPIType

func (ReqPutDisplayName) GetAPIType() int8

func (ReqPutDisplayName) GetMethod

func (ReqPutDisplayName) GetMethod() []string

func (ReqPutDisplayName) GetMetricsName

func (ReqPutDisplayName) GetMetricsName() string

func (ReqPutDisplayName) GetMsgType

func (ReqPutDisplayName) GetMsgType() int32

func (ReqPutDisplayName) GetPrefix

func (ReqPutDisplayName) GetPrefix() []string

func (ReqPutDisplayName) GetRoute

func (ReqPutDisplayName) GetRoute() string

func (ReqPutDisplayName) GetTopic

func (ReqPutDisplayName) GetTopic(cfg *config.Dendrite) string

func (ReqPutDisplayName) NewRequest

func (ReqPutDisplayName) NewRequest() core.Coder

func (ReqPutDisplayName) NewResponse

func (ReqPutDisplayName) NewResponse(code int) core.Coder

func (ReqPutDisplayName) Process

func (ReqPutDisplayName) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutPresenceByID

type ReqPutPresenceByID struct{}

func (ReqPutPresenceByID) FillRequest

func (ReqPutPresenceByID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutPresenceByID) GetAPIType

func (ReqPutPresenceByID) GetAPIType() int8

func (ReqPutPresenceByID) GetMethod

func (ReqPutPresenceByID) GetMethod() []string

func (ReqPutPresenceByID) GetMetricsName

func (ReqPutPresenceByID) GetMetricsName() string

func (ReqPutPresenceByID) GetMsgType

func (ReqPutPresenceByID) GetMsgType() int32

func (ReqPutPresenceByID) GetPrefix

func (ReqPutPresenceByID) GetPrefix() []string

func (ReqPutPresenceByID) GetRoute

func (ReqPutPresenceByID) GetRoute() string

func (ReqPutPresenceByID) GetTopic

func (ReqPutPresenceByID) GetTopic(cfg *config.Dendrite) string

func (ReqPutPresenceByID) NewRequest

func (ReqPutPresenceByID) NewRequest() core.Coder

func (ReqPutPresenceByID) NewResponse

func (ReqPutPresenceByID) NewResponse(code int) core.Coder

func (ReqPutPresenceByID) Process

func (ReqPutPresenceByID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutRoomAccountData

type ReqPutRoomAccountData struct{}

func (ReqPutRoomAccountData) FillRequest

func (ReqPutRoomAccountData) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutRoomAccountData) GetAPIType

func (ReqPutRoomAccountData) GetAPIType() int8

func (ReqPutRoomAccountData) GetMethod

func (ReqPutRoomAccountData) GetMethod() []string

func (ReqPutRoomAccountData) GetMetricsName

func (ReqPutRoomAccountData) GetMetricsName() string

func (ReqPutRoomAccountData) GetMsgType

func (ReqPutRoomAccountData) GetMsgType() int32

func (ReqPutRoomAccountData) GetPrefix

func (ReqPutRoomAccountData) GetPrefix() []string

func (ReqPutRoomAccountData) GetRoute

func (ReqPutRoomAccountData) GetRoute() string

func (ReqPutRoomAccountData) GetTopic

func (ReqPutRoomAccountData) NewRequest

func (ReqPutRoomAccountData) NewRequest() core.Coder

func (ReqPutRoomAccountData) NewResponse

func (ReqPutRoomAccountData) NewResponse(code int) core.Coder

func (ReqPutRoomAccountData) Process

func (ReqPutRoomAccountData) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutRoomRedact

type ReqPutRoomRedact struct{}

func (ReqPutRoomRedact) FillRequest

func (ReqPutRoomRedact) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutRoomRedact) GetAPIType

func (ReqPutRoomRedact) GetAPIType() int8

func (ReqPutRoomRedact) GetMethod

func (ReqPutRoomRedact) GetMethod() []string

func (ReqPutRoomRedact) GetMetricsName

func (ReqPutRoomRedact) GetMetricsName() string

func (ReqPutRoomRedact) GetMsgType

func (ReqPutRoomRedact) GetMsgType() int32

func (ReqPutRoomRedact) GetPrefix

func (ReqPutRoomRedact) GetPrefix() []string

func (ReqPutRoomRedact) GetRoute

func (ReqPutRoomRedact) GetRoute() string

func (ReqPutRoomRedact) GetTopic

func (ReqPutRoomRedact) GetTopic(cfg *config.Dendrite) string

func (ReqPutRoomRedact) NewRequest

func (ReqPutRoomRedact) NewRequest() core.Coder

func (ReqPutRoomRedact) NewResponse

func (ReqPutRoomRedact) NewResponse(code int) core.Coder

func (ReqPutRoomRedact) Process

func (ReqPutRoomRedact) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutRoomRedactWithTxnID

type ReqPutRoomRedactWithTxnID struct{}

func (ReqPutRoomRedactWithTxnID) FillRequest

func (ReqPutRoomRedactWithTxnID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutRoomRedactWithTxnID) GetAPIType

func (ReqPutRoomRedactWithTxnID) GetAPIType() int8

func (ReqPutRoomRedactWithTxnID) GetMethod

func (ReqPutRoomRedactWithTxnID) GetMethod() []string

func (ReqPutRoomRedactWithTxnID) GetMetricsName

func (ReqPutRoomRedactWithTxnID) GetMetricsName() string

func (ReqPutRoomRedactWithTxnID) GetMsgType

func (ReqPutRoomRedactWithTxnID) GetMsgType() int32

func (ReqPutRoomRedactWithTxnID) GetPrefix

func (ReqPutRoomRedactWithTxnID) GetPrefix() []string

func (ReqPutRoomRedactWithTxnID) GetRoute

func (ReqPutRoomRedactWithTxnID) GetRoute() string

func (ReqPutRoomRedactWithTxnID) GetTopic

func (ReqPutRoomRedactWithTxnID) NewRequest

func (ReqPutRoomRedactWithTxnID) NewRequest() core.Coder

func (ReqPutRoomRedactWithTxnID) NewResponse

func (ReqPutRoomRedactWithTxnID) NewResponse(code int) core.Coder

func (ReqPutRoomRedactWithTxnID) Process

func (ReqPutRoomRedactWithTxnID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutRoomSendWithTypeAndTxnID

type ReqPutRoomSendWithTypeAndTxnID struct{}

func (ReqPutRoomSendWithTypeAndTxnID) FillRequest

func (ReqPutRoomSendWithTypeAndTxnID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutRoomSendWithTypeAndTxnID) GetAPIType

func (ReqPutRoomSendWithTypeAndTxnID) GetAPIType() int8

func (ReqPutRoomSendWithTypeAndTxnID) GetMethod

func (ReqPutRoomSendWithTypeAndTxnID) GetMethod() []string

func (ReqPutRoomSendWithTypeAndTxnID) GetMetricsName

func (ReqPutRoomSendWithTypeAndTxnID) GetMetricsName() string

func (ReqPutRoomSendWithTypeAndTxnID) GetMsgType

func (ReqPutRoomSendWithTypeAndTxnID) GetPrefix

func (ReqPutRoomSendWithTypeAndTxnID) GetPrefix() []string

func (ReqPutRoomSendWithTypeAndTxnID) GetRoute

func (ReqPutRoomSendWithTypeAndTxnID) GetTopic

func (ReqPutRoomSendWithTypeAndTxnID) NewRequest

func (ReqPutRoomSendWithTypeAndTxnID) NewResponse

func (ReqPutRoomSendWithTypeAndTxnID) NewResponse(code int) core.Coder

func (ReqPutRoomSendWithTypeAndTxnID) Process

func (ReqPutRoomSendWithTypeAndTxnID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutRoomStateWidthType

type ReqPutRoomStateWidthType struct{}

func (ReqPutRoomStateWidthType) FillRequest

func (ReqPutRoomStateWidthType) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutRoomStateWidthType) GetAPIType

func (ReqPutRoomStateWidthType) GetAPIType() int8

func (ReqPutRoomStateWidthType) GetMethod

func (ReqPutRoomStateWidthType) GetMethod() []string

func (ReqPutRoomStateWidthType) GetMetricsName

func (ReqPutRoomStateWidthType) GetMetricsName() string

func (ReqPutRoomStateWidthType) GetMsgType

func (ReqPutRoomStateWidthType) GetMsgType() int32

func (ReqPutRoomStateWidthType) GetPrefix

func (ReqPutRoomStateWidthType) GetPrefix() []string

func (ReqPutRoomStateWidthType) GetRoute

func (ReqPutRoomStateWidthType) GetRoute() string

func (ReqPutRoomStateWidthType) GetTopic

func (ReqPutRoomStateWidthType) NewRequest

func (ReqPutRoomStateWidthType) NewRequest() core.Coder

func (ReqPutRoomStateWidthType) NewResponse

func (ReqPutRoomStateWidthType) NewResponse(code int) core.Coder

func (ReqPutRoomStateWidthType) Process

func (ReqPutRoomStateWidthType) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutRoomStateWidthTypeAndKey

type ReqPutRoomStateWidthTypeAndKey struct{}

func (ReqPutRoomStateWidthTypeAndKey) FillRequest

func (ReqPutRoomStateWidthTypeAndKey) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutRoomStateWidthTypeAndKey) GetAPIType

func (ReqPutRoomStateWidthTypeAndKey) GetAPIType() int8

func (ReqPutRoomStateWidthTypeAndKey) GetMethod

func (ReqPutRoomStateWidthTypeAndKey) GetMethod() []string

func (ReqPutRoomStateWidthTypeAndKey) GetMetricsName

func (ReqPutRoomStateWidthTypeAndKey) GetMetricsName() string

func (ReqPutRoomStateWidthTypeAndKey) GetMsgType

func (ReqPutRoomStateWidthTypeAndKey) GetPrefix

func (ReqPutRoomStateWidthTypeAndKey) GetPrefix() []string

func (ReqPutRoomStateWidthTypeAndKey) GetRoute

func (ReqPutRoomStateWidthTypeAndKey) GetTopic

func (ReqPutRoomStateWidthTypeAndKey) NewRequest

func (ReqPutRoomStateWidthTypeAndKey) NewResponse

func (ReqPutRoomStateWidthTypeAndKey) NewResponse(code int) core.Coder

func (ReqPutRoomStateWidthTypeAndKey) Process

func (ReqPutRoomStateWidthTypeAndKey) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutRoomUpdate

type ReqPutRoomUpdate struct{}

func (ReqPutRoomUpdate) FillRequest

func (ReqPutRoomUpdate) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutRoomUpdate) GetAPIType

func (ReqPutRoomUpdate) GetAPIType() int8

func (ReqPutRoomUpdate) GetMethod

func (ReqPutRoomUpdate) GetMethod() []string

func (ReqPutRoomUpdate) GetMetricsName

func (ReqPutRoomUpdate) GetMetricsName() string

func (ReqPutRoomUpdate) GetMsgType

func (ReqPutRoomUpdate) GetMsgType() int32

func (ReqPutRoomUpdate) GetPrefix

func (ReqPutRoomUpdate) GetPrefix() []string

func (ReqPutRoomUpdate) GetRoute

func (ReqPutRoomUpdate) GetRoute() string

func (ReqPutRoomUpdate) GetTopic

func (ReqPutRoomUpdate) GetTopic(cfg *config.Dendrite) string

func (ReqPutRoomUpdate) NewRequest

func (ReqPutRoomUpdate) NewRequest() core.Coder

func (ReqPutRoomUpdate) NewResponse

func (ReqPutRoomUpdate) NewResponse(code int) core.Coder

func (ReqPutRoomUpdate) Process

func (ReqPutRoomUpdate) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutRoomUpdateWithTxnID

type ReqPutRoomUpdateWithTxnID struct{}

func (ReqPutRoomUpdateWithTxnID) FillRequest

func (ReqPutRoomUpdateWithTxnID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutRoomUpdateWithTxnID) GetAPIType

func (ReqPutRoomUpdateWithTxnID) GetAPIType() int8

func (ReqPutRoomUpdateWithTxnID) GetMethod

func (ReqPutRoomUpdateWithTxnID) GetMethod() []string

func (ReqPutRoomUpdateWithTxnID) GetMetricsName

func (ReqPutRoomUpdateWithTxnID) GetMetricsName() string

func (ReqPutRoomUpdateWithTxnID) GetMsgType

func (ReqPutRoomUpdateWithTxnID) GetMsgType() int32

func (ReqPutRoomUpdateWithTxnID) GetPrefix

func (ReqPutRoomUpdateWithTxnID) GetPrefix() []string

func (ReqPutRoomUpdateWithTxnID) GetRoute

func (ReqPutRoomUpdateWithTxnID) GetRoute() string

func (ReqPutRoomUpdateWithTxnID) GetTopic

func (ReqPutRoomUpdateWithTxnID) NewRequest

func (ReqPutRoomUpdateWithTxnID) NewRequest() core.Coder

func (ReqPutRoomUpdateWithTxnID) NewResponse

func (ReqPutRoomUpdateWithTxnID) NewResponse(code int) core.Coder

func (ReqPutRoomUpdateWithTxnID) Process

func (ReqPutRoomUpdateWithTxnID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutRoomsTagsByID

type ReqPutRoomsTagsByID struct{}

func (ReqPutRoomsTagsByID) FillRequest

func (ReqPutRoomsTagsByID) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutRoomsTagsByID) GetAPIType

func (ReqPutRoomsTagsByID) GetAPIType() int8

func (ReqPutRoomsTagsByID) GetMethod

func (ReqPutRoomsTagsByID) GetMethod() []string

func (ReqPutRoomsTagsByID) GetMetricsName

func (ReqPutRoomsTagsByID) GetMetricsName() string

func (ReqPutRoomsTagsByID) GetMsgType

func (ReqPutRoomsTagsByID) GetMsgType() int32

func (ReqPutRoomsTagsByID) GetPrefix

func (ReqPutRoomsTagsByID) GetPrefix() []string

func (ReqPutRoomsTagsByID) GetRoute

func (ReqPutRoomsTagsByID) GetRoute() string

func (ReqPutRoomsTagsByID) GetTopic

func (ReqPutRoomsTagsByID) GetTopic(cfg *config.Dendrite) string

func (ReqPutRoomsTagsByID) NewRequest

func (ReqPutRoomsTagsByID) NewRequest() core.Coder

func (ReqPutRoomsTagsByID) NewResponse

func (ReqPutRoomsTagsByID) NewResponse(code int) core.Coder

func (ReqPutRoomsTagsByID) Process

func (ReqPutRoomsTagsByID) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutSetting

type ReqPutSetting struct{}

func (ReqPutSetting) FillRequest

func (ReqPutSetting) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutSetting) GetAPIType

func (ReqPutSetting) GetAPIType() int8

func (ReqPutSetting) GetMethod

func (ReqPutSetting) GetMethod() []string

func (ReqPutSetting) GetMetricsName

func (ReqPutSetting) GetMetricsName() string

func (ReqPutSetting) GetMsgType

func (ReqPutSetting) GetMsgType() int32

func (ReqPutSetting) GetPrefix

func (ReqPutSetting) GetPrefix() []string

func (ReqPutSetting) GetRoute

func (ReqPutSetting) GetRoute() string

func (ReqPutSetting) GetTopic

func (ReqPutSetting) GetTopic(cfg *config.Dendrite) string

func (ReqPutSetting) NewRequest

func (ReqPutSetting) NewRequest() core.Coder

func (ReqPutSetting) NewResponse

func (ReqPutSetting) NewResponse(code int) core.Coder

func (ReqPutSetting) Process

func (ReqPutSetting) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutUserAccountData

type ReqPutUserAccountData struct{}

func (ReqPutUserAccountData) FillRequest

func (ReqPutUserAccountData) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutUserAccountData) GetAPIType

func (ReqPutUserAccountData) GetAPIType() int8

func (ReqPutUserAccountData) GetMethod

func (ReqPutUserAccountData) GetMethod() []string

func (ReqPutUserAccountData) GetMetricsName

func (ReqPutUserAccountData) GetMetricsName() string

func (ReqPutUserAccountData) GetMsgType

func (ReqPutUserAccountData) GetMsgType() int32

func (ReqPutUserAccountData) GetPrefix

func (ReqPutUserAccountData) GetPrefix() []string

func (ReqPutUserAccountData) GetRoute

func (ReqPutUserAccountData) GetRoute() string

func (ReqPutUserAccountData) GetTopic

func (ReqPutUserAccountData) NewRequest

func (ReqPutUserAccountData) NewRequest() core.Coder

func (ReqPutUserAccountData) NewResponse

func (ReqPutUserAccountData) NewResponse(code int) core.Coder

func (ReqPutUserAccountData) Process

func (ReqPutUserAccountData) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

type ReqPutUserInfo

type ReqPutUserInfo struct{}

func (ReqPutUserInfo) FillRequest

func (ReqPutUserInfo) FillRequest(coder core.Coder, req *http.Request, vars map[string]string) error

func (ReqPutUserInfo) GetAPIType

func (ReqPutUserInfo) GetAPIType() int8

func (ReqPutUserInfo) GetMethod

func (ReqPutUserInfo) GetMethod() []string

func (ReqPutUserInfo) GetMetricsName

func (ReqPutUserInfo) GetMetricsName() string

func (ReqPutUserInfo) GetMsgType

func (ReqPutUserInfo) GetMsgType() int32

func (ReqPutUserInfo) GetPrefix

func (ReqPutUserInfo) GetPrefix() []string

func (ReqPutUserInfo) GetRoute

func (ReqPutUserInfo) GetRoute() string

func (ReqPutUserInfo) GetTopic

func (ReqPutUserInfo) GetTopic(cfg *config.Dendrite) string

func (ReqPutUserInfo) NewRequest

func (ReqPutUserInfo) NewRequest() core.Coder

func (ReqPutUserInfo) NewResponse

func (ReqPutUserInfo) NewResponse(code int) core.Coder

func (ReqPutUserInfo) Process

func (ReqPutUserInfo) Process(ctx context.Context, consumer interface{}, msg core.Coder, device *authtypes.Device) (int, core.Coder)

Jump to

Keyboard shortcuts

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