model

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateApplicationParams added in v0.5.1

type CreateApplicationParams struct {
	TargetDomain    string
	StructName      string
	PackageName     string
	PortParam       string
	AssertInterface bool
}

type CreateDomainParams added in v0.5.1

type CreateDomainParams struct {
	DomainName string
}

type CreateEntryPointParams added in v0.5.1

type CreateEntryPointParams struct {
	PackageName string
}

type CreateInfraParams added in v0.5.1

type CreateInfraParams struct {
	StructName      string
	PackageName     string
	PortParam       string
	AssertInterface bool
}

type CreatePackageParams added in v0.5.1

type CreatePackageParams struct {
	StructName      string
	PackageName     string
	PortParam       string
	AssertInterface bool
	IsGlobal        bool
}

type CreateServiceParams added in v0.5.1

type CreateServiceParams struct {
	TargetDomain    string
	StructName      string
	PackageName     string
	PortParam       string
	AssertInterface bool
}

type DoctorResult added in v0.5.1

type DoctorResult struct {
	OSResult   string
	GoResult   Tool
	ImplResult Tool
}

type InitNewProjectParams added in v0.5.1

type InitNewProjectParams struct {
	ProjectDirectory string
	ModuleName       string
	CreateModule     bool
}

type Tool added in v0.5.1

type Tool struct {
	Output      string
	IsInstalled bool
}

Jump to

Keyboard shortcuts

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