Text to Speech Speech to Text

auth.go 137B

12345678910
  1. package cache
  2. import (
  3. "git.links123.net/links123.com/pkg/middleware/auth"
  4. )
  5. func AuthSessionStore() auth.Session {
  6. return session
  7. }