model

package
v1.18.14 Latest Latest
Warning

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

Go to latest
Published: May 3, 2026 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package model defines custom GraphQL model types that are not generated by ent.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SyncStatus

type SyncStatus struct {
	LastSyncAt   *time.Time     `json:"lastSyncAt"`
	DurationMs   *int           `json:"durationMs"`
	ObjectCounts map[string]int `json:"objectCounts"`
	Status       string         `json:"status"`
	ErrorMessage *string        `json:"errorMessage"`
}

SyncStatus represents the GraphQL SyncStatus type. Maps to the sync_status table queried via raw SQL.

Jump to

Keyboard shortcuts

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