api

package
v0.6.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PingResponse = Ping{
	Message: "Pong",
}

Functions

This section is empty.

Types

type ClientConfig

type ClientConfig struct {
	SentryDSN string      `json:"sentryDSN"`
	Login     LoginConfig `json:"login"`
}

type LoginConfig

type LoginConfig struct {
	Providers []*ProviderConfig `json:"providers"`
}

type Ping

type Ping struct {
	Message string `json:"message"`
}

type ProviderConfig

type ProviderConfig struct {
	Name  string `json:"name"`
	Label string `json:"label"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL