mirakc_model

package
v0.12.0-pre6 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProgramEventData

type ProgramEventData struct {
	ProgramId int64 `json:"programId"`
}

type ProgramsUpdatedEventData

type ProgramsUpdatedEventData struct {
	ServiceId uint `json:"serviceId"`
}

type Reason

type Reason struct {
	Type     string      `json:"type"`
	Message  null.String `json:"message"`
	OsError  null.Int    `json:"osError"`
	ExitCode null.Int    `json:"exitCode"`
}

type RecordingFailedEventData

type RecordingFailedEventData struct {
	ProgramId int64  `json:"programId"`
	Reason    Reason `json:"reason"`
}

func (*RecordingFailedEventData) ToString

func (d *RecordingFailedEventData) ToString() string

type Version

type Version struct {
	Current string `json:"current"`
	Latest  string `json:"latest"`
}

Jump to

Keyboard shortcuts

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