types

package
v0.0.0-...-f316938 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternalEventRequest

type ExternalEventRequest struct {
	TimeMin *time.Time `query:"timeMin"`
	TimeMax *time.Time `query:"timeMax"`
}

type ProviderResponse

type ProviderResponse struct {
	Name       string `json:"name"`
	Registered bool   `json:"registered"`
}

func NewProviderResponse

func NewProviderResponse(ops []entity.OauthProvider, ouis []entity.OauthUserInfo) []ProviderResponse

type UserResponse

type UserResponse struct {
	entity.User
	Providers []ProviderResponse `json:"providers"`
}

Jump to

Keyboard shortcuts

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