21 lines
324 B
Go
21 lines
324 B
Go
// Package classification gotrue
|
|
//
|
|
// Documentation of the gotrue API.
|
|
//
|
|
// Schemes: http, https
|
|
// BasePath: /
|
|
// Version: 1.0.0
|
|
// Host: localhost:9999
|
|
//
|
|
// SecurityDefinitions:
|
|
// bearer:
|
|
// type: apiKey
|
|
// name: Authentication
|
|
// in: header
|
|
//
|
|
// Produces:
|
|
// - application/json
|
|
//
|
|
// swagger:meta
|
|
package docs
|