MCPcopy Create free account

hub / github.com/KoFish/pallium / types & classes

Types & classes42 in github.com/KoFish/pallium

↓ 8 callersTypeAliasTimestamp
storage/db.go:28
↓ 5 callersTypeAliasDBID
storage/db.go:25
↓ 2 callersTypeAliasPassword
storage/db.go:27
↓ 2 callersTypeAliasToken
storage/db.go:26
↓ 1 callersTypeAliasPresenceState
storage/presence.go:17
StructAccessToken
storage/access_tokens.go:17
FuncTypeAuthEndpoint
func(*s.User, io.Reader, Vars, Query) (interface{}, error)
api/api.go:42
FuncTypeAuthJSONReply
func(*s.User, *http.Request) (interface{}, error)
rest/utils/json_helpers.go:30
StructConfiguration
config/homeserver.go:23
TypeAliasContent
objects/events.go:35
InterfaceDB
storage/db.go:43
InterfaceDBI
The DBI is something that can do something on a database, normally either a `*sql.DB` or a `*sql.Tx`.
storage/db.go:37
StructDomainSpecificString
matrix/dss.go:29
StructError
api/errors.go:22
TypeAliasErrorCode
Enumerates the protocol defined errors that can be returned when performing a REST request to the server.
matrix/errors.go:18
StructEvent
objects/events.go:26
StructEventID
matrix/types.go:28
StructForwardStreamToken
objects/stream.go:27
StructInitialSync
objects/events.go:15
StructInitialSyncEvent
objects/events.go:21
StructInitialSyncRoomData
objects/room.go:15
FuncTypeJSONReply
func(*http.Request) (interface{}, error)
rest/utils/json_helpers.go:31
StructPaginationChunk
objects/room.go:22
StructPaginationStreamToken
objects/stream.go:30
StructPasswordHash
storage/users.go:21
StructPresence
storage/presence.go:19
StructProfile
storage/profiles.go:17
TypeAliasQuery
This file is primarily for documentation of the API package
api/api.go:28
StructRoom
storage/rooms.go:22
StructRoomAlias
matrix/types.go:27
StructRoomID
matrix/types.go:26
TypeAliasRoomJoinRule
Enumerates the different kinds of join rules that a room can have.
matrix/room.go:19
TypeAliasRoomMembership
matrix/room.go:17
FuncTypeSimpleEndpoint
func(io.Reader, Vars, Query) (interface{}, error)
api/api.go:41
InterfaceStreamToken
objects/stream.go:23
InterfaceTX
storage/db.go:48
StructUser
storage/users.go:26
StructUserID
matrix/types.go:25
TypeAliasVars
This file is primarily for documentation of the API package
api/api.go:27
StructloginFlow
api/auth.go:23
StructloginFlows
api/auth.go:28
StructturnServer
rest/voip.go:27