structure

package
v0.0.0-...-f856108 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MyMakeJSON

func MyMakeJSON() (string, error)

Types

type InspectionLog

type InspectionLog struct {
	InspectionID         int64
	DateTimeBegin        time.Time
	DateTimeBeginEnd     time.Time
	InspectionConclusion string
}

type InspectionLogRecord

type InspectionLogRecord struct {
	InspectionID   int64
	RecordID       int64
	RecordLevel    string
	RecordDateTime time.Time
	TextContent    string
	ImageUrl       string
}

func (*InspectionLogRecord) ConvertTo_string

func (ilr *InspectionLogRecord) ConvertTo_string() InspectionLogRecord_string

type InspectionLogRecord_string

type InspectionLogRecord_string struct {
	InspectionID   string
	RecordID       string
	RecordLevel    string
	RecordDateTime string
	TextContent    string
	ImageUrl       string
}

Jump to

Keyboard shortcuts

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