gcf_analytics

package module
v0.0.0-...-e575cc6 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bank

type Bank struct {
	Name     string     `json:"name,omitempty"`
	Deposits []*Deposit `json:"deposits,omitempty"`
	Delta    float64    `json:"delta,omitempty"`
}

type CreateInterestResponse

type CreateInterestResponse struct {
	Banks []*Bank `json:"banks,omitempty"`
	Delta float64 `json:"delta,omitempty"`
}

type DeltaCalculations

type DeltaCalculations struct {
	CreateInterestResponse
	CreatedAt civil.DateTime `bigquery:"created_at"`
}

type Deposit

type Deposit struct {
	Account     string  `json:"account,omitempty"`
	AccountType string  `json:"account_type,omitempty" bigquery:"account_type"` //nolint:tagliatelle
	Apy         float64 `json:"apy,omitempty"`
	Years       float64 `json:"years,omitempty"`
	Amount      float64 `json:"amount,omitempty"`
	Delta       float64 `json:"delta,omitempty"`
}

type LoadService

type LoadService struct{}

type StorageObjectData

type StorageObjectData struct {
	Bucket         string    `json:"bucket,omitempty"`
	Name           string    `json:"name,omitempty"`
	Metageneration int64     `json:"metageneration,string,omitempty"`
	TimeCreated    time.Time `json:"timeCreated,omitempty"`
	Updated        time.Time `json:"updated,omitempty"`
}

StorageObjectData contains metadata of the Cloud Storage object.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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