types

package
v0.0.0-...-364598c Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 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 AlchemerCreds

type AlchemerCreds struct {
	ApiToken       string `json:"api_token" validate:"required"`
	ApiTokenSecret string `json:"api_token_secret" validate:"required"`
}

AlchemerCreds is used to unmarshal the credentials needed to integrate with a Alchemer NOTE: This is an API interface that is depended on externally. Please take care when changing

type FlyCredentials

type FlyCredentials struct {
	APIKey string `json:"api_key" validate:"required"`
}

FlyCredentials is used to unmarshal the credentials needed to integrate with a Fly instance NOTE: This is an API interface that is depended on externally. Please take care when changing

type QualtricsCredentials

type QualtricsCredentials struct {
	APIKey string `json:"api_key"`
}

QualtricsCredentials is used to unmarshal the credentials needed to integrate with a Qualtrics NOTE: This is an API interface that is depended on externally. Please take care when changing

type TypeformCredentials

type TypeformCredentials struct {
	Key string `json:"key" validate:"required"`
}

TypeformCredentials is used to unmarshal the credentials needed to integrate with typeform NOTE: This is an API interface that is depended on externally. Please take care when changing

Jump to

Keyboard shortcuts

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