system

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SystemMeta *meta.UMLMeta

Functions

This section is empty.

Types

type App

type App struct {
	Id        shared.ID `json:"id"`
	Name      string    `json:"name"`
	Title     string    `json:"title"`
	ImageUrl  string    `json:"imageUrl"`
	MetaId    shared.ID `json:"metaId"`
	CreatedAt time.Time `json:"createdAt"`
	UpdatedAt time.Time `json:"updatedAt"`
}

type Meta

type Meta struct {
	Id               shared.ID    `json:"id"`
	Name             string       `json:"name"`
	Content          meta.UMLMeta `json:"content"`
	PublishedContent meta.UMLMeta `json:"publishedContent"`
	PublishedAt      time.Time    `json:"publishedAt"`
	CreatedAt        time.Time    `json:"createdAt"`
	UpdatedAt        time.Time    `json:"updatedAt"`
}

type Service

type Service struct {
	Id        shared.ID `json:"id"`
	Name      string    `json:"name"`
	Title     string    `json:"title"`
	ImageUrl  string    `json:"imageUrl"`
	MetaId    shared.ID `json:"metaId"`
	IsSystem  bool      `json:"isSystem"`
	CreatedAt time.Time `json:"createdAt"`
	UpdatedAt time.Time `json:"updatedAt"`
}

Jump to

Keyboard shortcuts

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