Documentation ¶
Index ¶
- func AlbumsToMap(albums []*albumProto.AlbumDataTransfer) map[int64]*albumProto.AlbumDataTransfer
- func ArtistsToMap(artists []*artistProto.ArtistDataTransfer) map[int64]*artistProto.ArtistDataTransfer
- func CheckCSRF(cookieCsrf string, headerCsrf string) bool
- func CheckPassword(passwordHash string, password string) bool
- func CreateCSRF() string
- func GetPasswordHash(password string) ([]byte, error)
- func RandStringRunes(n int) string
- func TracksToMap(tracks []*trackProto.TrackDataTransfer) map[int64]*trackProto.TrackDataTransfer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlbumsToMap ¶
func AlbumsToMap(albums []*albumProto.AlbumDataTransfer) map[int64]*albumProto.AlbumDataTransfer
func ArtistsToMap ¶
func ArtistsToMap(artists []*artistProto.ArtistDataTransfer) map[int64]*artistProto.ArtistDataTransfer
func CheckPassword ¶
func CreateCSRF ¶
func CreateCSRF() string
func GetPasswordHash ¶
func RandStringRunes ¶
func TracksToMap ¶
func TracksToMap(tracks []*trackProto.TrackDataTransfer) map[int64]*trackProto.TrackDataTransfer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.