model

package
v0.0.0-...-1e16040 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallsLog

type CallsLog struct {
	CallTimestamp  time.Time `json:"callTimestamp"`
	ResponseTimeMs int64     `json:"responseTimeMs"`
	Status         string    `json:"status"`
}

func (CallsLog) TableName

func (CallsLog) TableName() string

type Currency

type Currency struct {
	Id        int       `json:"id"`
	Currency  string    `json:"currency"`
	Value     float64   `json:"value"`
	Timestamp time.Time `json:"timestamp"`
}

func (Currency) TableName

func (Currency) TableName() string

Jump to

Keyboard shortcuts

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