application

package
v0.0.1-beta Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderSet = wire.NewSet()

Functions

This section is empty.

Types

type Application

type Application struct {
	ID              int64           `json:"id"`
	Code            string          `json:"code"`
	Name            string          `json:"name"`
	AppType         types.AppType   `json:"appType"`
	DevelopmentInfo DevelopmentInfo `json:"developmentInfo"`
	TestInfo        TestInfo        `json:"testInfo"`
	NotifyInfo      NotifyInfo      `json:"notifyInfo"`
}

type DevelopmentInfo

type DevelopmentInfo struct {
	Language   types.DevelopmentLanguage `json:"language"`
	GitAddress string                    `json:"gitAddress"`
	// it will use for the permissions lately, include deploy, alert notify and so on.
	DevelopmentManager string   `json:"developmentManager"`
	Developers         []string `json:"developers"`
}

type IAppRepo

type IAppRepo interface {
}

type NotifyInfo

type NotifyInfo struct {
}

type TestInfo

type TestInfo struct {
	TestManager string `json:"testManager"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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