Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonModel ¶
type CommonModel struct {
RuntimePath string
}
type EventModel ¶ added in v0.4.0
type EventModel struct { UUID string `gorm:"primaryKey" json:"uuid"` SourceID string `gorm:"index" json:"source_id"` Name string `json:"name"` Properties string `gorm:"serializer:json" json:"properties"` Timestamp int64 `gorm:"autoCreateTime:milli" json:"timestamp"` }
func (*EventModel) TableName ¶ added in v0.4.0
func (p *EventModel) TableName() string
Directories ¶
Path | Synopsis |
---|---|
* @Author: LinkLeong link@icewhale.com * @Date: 2022-06-15 11:30:47 * @LastEditors: LinkLeong * @LastEditTime: 2022-06-23 18:40:40 * @Description: * @Website: https://www.casaos.io * Copyright (c) 2022 by icewhale, All Rights Reserved.
|
* @Author: LinkLeong link@icewhale.com * @Date: 2022-06-15 11:30:47 * @LastEditors: LinkLeong * @LastEditTime: 2022-06-23 18:40:40 * @Description: * @Website: https://www.casaos.io * Copyright (c) 2022 by icewhale, All Rights Reserved. |
Click to show internal directories.
Click to hide internal directories.