models

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	Username     string `json:"Username"`
	Password     string `json:"Password,omitempty"`
	RefreshToken string `json:"refreshToken,omitempty"`
}

type AuthResponse

type AuthResponse struct {
	IdToken      string `json:"IdToken,omitempty"`
	RefreshToken string `json:"RefreshToken,omitempty"`
}

type Chunks added in v1.2.0

type Chunks struct {
	ID   string `json:"Id"`
	Ord  int    `json:"Ord"`
	Hash string `json:"Hash"`
}

type DeferredTokenResponse

type DeferredTokenResponse struct {
	DeferredToken string `json:"deferredToken,omitempty"`
}

type Manifest added in v1.2.0

type Manifest struct {
	Chunks     []Chunks    `json:"Chunks"`
	Name       string      `json:"Name"`
	ChunkCount int         `json:"ChunkCount"`
	ChunkSize  int         `json:"ChunkSize"`
	MaxSize    int         `json:"MaxSize"`
	Size       int         `json:"Size"`
	Hash       string      `json:"Hash"`
	Iv         interface{} `json:"IV"`
}

type User

type User struct {
	Username     string `json:"Username,omitempty"`
	Password     string `json:"Password,omitempty"`
	RefreshToken string `json:"RefreshToken,omitempty"`
}

type WorkflowResult

type WorkflowResult struct {
	Success       bool   `json:"Success,omitempty"`
	Status        int32  `json:"Status,omitempty"`
	Message       string `json:"Message,omitempty"`
	ActivityToken string `json:"ActivityToken,omitempty"`
}

Jump to

Keyboard shortcuts

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