clusterinfos

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Code generated by Ice-cream-maker DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterInformation

type ClusterInformation struct {
	ID            uint             `column:"id"             json:"id,omitempty"`           // pk
	ClusterUuid   string           `column:"cluster_uuid"   json:"cluster_uuid,omitempty"` // uuid
	PollingCount  vanilla.NullInt  `column:"polling_count"  json:"polling_count,omitempty"`
	PollingOffset vanilla.NullTime `column:"polling_offset" json:"polling_offset,omitempty"`
	Created       time.Time        `column:"created"        json:"created,omitempty"`
	Updated       vanilla.NullTime `column:"updated"        json:"updated,omitempty" swaggertype:"string"`
	Deleted       vanilla.NullTime `column:"deleted"        json:"deleted,omitempty" swaggertype:"string"`
}

func (ClusterInformation) ColumnNames

func (ClusterInformation) ColumnNames() []string

func (*ClusterInformation) Ptrs

func (row *ClusterInformation) Ptrs() []interface{}

func (*ClusterInformation) Scan

func (row *ClusterInformation) Scan(scanner Scanner) error

func (ClusterInformation) TableName

func (ClusterInformation) TableName() string

func (ClusterInformation) Values

func (row ClusterInformation) Values() []interface{}

type Scanner

type Scanner interface {
	Scan(dest ...interface{}) error
}

Jump to

Keyboard shortcuts

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