Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIfSha224 ¶
func RemoveDuplicate ¶
func RemoveDuplicate[T comparable](sliceList []T) []T
func ToLowerCase ¶
Types ¶
type RegisteringAddress ¶
type RegisteringNode ¶
type RegisteringNode struct { Room string `json:"room"` RoomSignature string `json:"roomSignature"` // base64 encoded PublicKey string `json:"publicKey"` // base64 encoded Addresses []RegisteringAddress `json:"addresses"` }
Click to show internal directories.
Click to hide internal directories.