model

package
v0.0.0-...-21de424 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Policy

type Policy struct {
	ID                        int64     `orm:"pk;auto;column(id)"`
	Name                      string    `orm:"column(name)"`
	Description               string    `orm:"column(description)"`
	Creator                   string    `orm:"column(creator)"`
	SrcRegistryID             int64     `orm:"column(src_registry_id)"`
	DestRegistryID            int64     `orm:"column(dest_registry_id)"`
	DestNamespace             string    `orm:"column(dest_namespace)"`
	DestNamespaceReplaceCount int8      `orm:"column(dest_namespace_replace_count)"`
	Override                  bool      `orm:"column(override)"`
	Enabled                   bool      `orm:"column(enabled)"`
	Trigger                   string    `orm:"column(trigger)"`
	Filters                   string    `orm:"column(filters)"`
	ReplicateDeletion         bool      `orm:"column(replicate_deletion)"`
	CreationTime              time.Time `orm:"column(creation_time);auto_now_add" sort:"default:desc"`
	UpdateTime                time.Time `orm:"column(update_time);auto_now"`
	Speed                     int32     `orm:"column(speed_kb)"`
	CopyByChunk               bool      `orm:"column(copy_by_chunk)"`
}

Policy is the model for replication policy

func (*Policy) TableName

func (p *Policy) TableName() string

TableName set table name for ORM

Jump to

Keyboard shortcuts

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