profilemodel

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProfileId      = "profile_id"
	Service        = "service"
	ServiceVersion = "service_version"
	Host           = "host"
	IP             = "ip"
	GoVersion      = "go_version"
	ProfileType    = "profile_type"
	SendTime       = "send_time"
	CreateTime     = "create_time"
	ObjectName     = "object_name"
	Size           = "size"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

type Model struct {
	ProfileId      string `ots:"profile_id"`
	Service        string `ots:"service"`
	ServiceVersion string `ots:"service_version"`
	Host           string `ots:"host"`
	IP             string `ots:"ip"`
	GoVersion      string `ots:"go_version"`
	ProfileType    string `ots:"profile_type"`
	SendTime       int64  `ots:"send_time"`
	CreateTime     int64  `ots:"create_time"`
	ObjectName     string `ots:"object_name"`
	Size           int64  `ots:"size"`
}

Jump to

Keyboard shortcuts

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