mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-22 02:12:20 +00:00
Remove unused files
This commit is contained in:
parent
f07dfc3a33
commit
4394856f24
@ -1,8 +0,0 @@
|
|||||||
package models
|
|
||||||
|
|
||||||
type VisibilityType string
|
|
||||||
|
|
||||||
const (
|
|
||||||
VisibilityTypePrivate = "private"
|
|
||||||
VisibilityTypePublic = "public"
|
|
||||||
)
|
|
@ -1,15 +0,0 @@
|
|||||||
package models
|
|
||||||
|
|
||||||
import (
|
|
||||||
common "github.com/nxshock/signaller/internal/models/common"
|
|
||||||
)
|
|
||||||
|
|
||||||
// https://matrix.org/docs/spec/client_server/r0.4.0.html#get-matrix-client-r0-account-whoami
|
|
||||||
type WhoAmIReply struct {
|
|
||||||
UserID string `json:"user_id"` // Required. The user id that owns the access token.
|
|
||||||
}
|
|
||||||
|
|
||||||
// https://matrix.org/docs/spec/client_server/r0.4.0.html#get-matrix-client-r0-rooms-roomid-members
|
|
||||||
type MembersReply struct {
|
|
||||||
Chunk []common.MemberEvent `json:"chunk"`
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user