package domain type AuthService interface { GetGoogleAuthUrl() string GoogleAuthSuccess(state, code string) (string, error) }