types

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandInformation

type CommandInformation struct {
	CommandName      string
	CommandArguments []string
	TimeOfExecution  int64
	ExecutionTime    float64
	WasSuccessful    bool
}

type ConfigurationInformation

type ConfigurationInformation struct {
	Key   string
	Value string
}

type EmailData

type EmailData struct {
	ProcessStatus    string
	CommandName      string
	CommandArguments string
	ExecutionTime    string
}

type GoogleResponse

type GoogleResponse struct {
	ID            string `json:"id"`
	Email         string `json:"email"`
	VerifiedEmail bool   `json:"verified_email"`
	Name          string `json:"name"`
	GivenName     string `json:"given_name"`
	FamilyName    string `json:"family_name"`
	Picture       string `json:"picture"`
	Locale        string `json:"locale"`
}

type UserInformation

type UserInformation struct {
	Name         string `json:"name"`
	Email        string `json:"email"`
	AccessToken  string `json:"access_token"`
	RefreshToken string `json:"refresh_token"`
}

Jump to

Keyboard shortcuts

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