models

package
v0.0.0-...-4eea697 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IndexChunk

type IndexChunk struct {
	Key       string    `db:"key"`
	CreatedAt time.Time `db:"created_at"`
	GroupID   string    `db:"group_id"`
	DataID    string    `db:"data_id"`
	EhrID     string    `db:"ehr_id"`
	Data      []byte    `db:"data"`
	Hash      string    `db:"hash"`
}

func NewIndexChunk

func NewIndexChunk(groupID, dataID, ehrID string, data []byte) IndexChunk

func (IndexChunk) Validate

func (idxChunk IndexChunk) Validate() bool

Jump to

Keyboard shortcuts

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