Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created January 17, 2020 05:56
Show Gist options
  • Save manakuro/3961bfdaa4fa56714430cea3e8fc5c18 to your computer and use it in GitHub Desktop.
Save manakuro/3961bfdaa4fa56714430cea3e8fc5c18 to your computer and use it in GitHub Desktop.
package context
import (
fa "firebase.google.com/go/auth"
"github.com/labstack/echo"
)
type Context struct {
echo.Context
Token *fa.Token
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment