Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBClient ¶
type DBClient struct {
// contains filtered or unexported fields
}
func NewDBClient ¶
func (*DBClient) InsertEnr ¶
Insert ENR in the DB insert into the db if new one, update the data if the ENR has a higher Seq number
func (*DBClient) InsertIntoDB ¶
func (c *DBClient) InsertIntoDB(persItem interface{})
func (*DBClient) UpdateEnr ¶
Update ENR in the DB insert into the db if new one, update the data if the ENR has a higher Seq number
func (*DBClient) UpdateInDB ¶
func (c *DBClient) UpdateInDB(persItem interface{})
type PersistableItem ¶
type PersistableItem struct { Action dbAction Item interface{} }
Click to show internal directories.
Click to hide internal directories.