This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
noah
/
mautrix-discord
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
cf5384d908
Rami (Branch)
Tag
main
mautrix-discord
/
database
/
scannable.go
scannable.go
75 B
Cronologia
Originale
1
2
3
4
5
package database
type Scannable interface {
Scan(...interface{}) error
}