entities

package
v0.0.0-...-b486499 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base struct {
	UUID      string    `yaml:"uuid"`
	CreatedAt time.Time `yaml:"createdAt"`
	UpdatedAt time.Time `yaml:"updatedAt"`
}

type Consultant

type Consultant struct {
	Base
	Name         string `yaml:"name"`
	Title        string `yaml:"title"`
	Introduction string `yaml:"introduction"`
	AvatarUrl    string `yaml:"AvatarUrl"`
}

type EvaluationMicroservices

type EvaluationMicroservices struct {
	Base
	CompanyName            string `yaml:"companyName"`
	Email                  string `yaml:"email"`
	ViewCode               string `yaml:"viewCode"`
	AppName                string `yaml:"appName"`
	SourceCodeAccessible   bool   `yaml:"sourceCodeAccessible"`
	SourceCodeMaintainable bool   `yaml:"sourceCodeMaintainable"`
	VendorSupportStatus    string `yaml:"vendorSupportStatus"`
	ContainerizationStatus string `yaml:"containerizationStatus"`
	UseKubernetes          bool   `yaml:"useKubernetes"`
	IterationPerMonth      int    `yaml:"iterationPerMonth"`

	BackendLanguage               string `yaml:"backendLanguage"`
	BackendFramework              string `yaml:"backendFramework"`
	EastWestCommunicationProtocol string `yaml:"eastWestCommunicationProtocol"`

	UseRegistry     bool   `yaml:"useRegistry"`
	RegistryType    string `yaml:"registryType"`
	RegistryVersion string `yaml:"registryVersion"`

	UseConfigurationCenter  bool   `yaml:"useConfigurationCenter"`
	ConfigurationCenterType string `yaml:"configurationCenterType"`

	UseEastWestServiceGovernance               bool   `yaml:"useEastWestServiceGovernance"`
	EastWestServiceGovernanceType              string `yaml:"eastWestServiceGovernanceType"`
	UseEastWestServiceGovernanceRateLimit      bool   `yaml:"useEastWestServiceGovernanceRateLimit"`
	UseEastWestServiceGovernanceCircuitBreaker bool   `yaml:"useEastWestServiceGovernanceCircuitBreaker"`
	UseEastWestServiceGovernanceOthers         string `yaml:"useEastWestServiceGovernanceOthers"`

	UseGateway       bool   `yaml:"useGateway"`
	GatewayType      string `yaml:"gatewayType"`
	UseGatewayRoute  bool   `yaml:"useGatewayRoute"`
	UseGatewayCORS   bool   `yaml:"useGatewayCORS"`
	UseGatewayAuth   bool   `yaml:"useGatewayAuth"`
	UseGatewayJWT    bool   `yaml:"useGatewayJWT"`
	UseGatewayOthers bool   `yaml:"useGatewayOthers"`

	UseTracing  bool   `yaml:"useTracing"`
	TracingType string `yaml:"tracingType"`

	UseLogging       bool   `yaml:"useLogging"`
	LoggingType      string `yaml:"loggingType"`
	UseLoggingApp    bool   `yaml:"useLoggingApp"`
	UseLoggingAccess bool   `yaml:"useLoggingAccess"`

	UseDistributedTransaction  bool   `yaml:"useDistributedTransaction"`
	DistributedTransactionType string `yaml:"distributedTransactionType"`

	EvaluationResult string `yaml:"evaluationResult"`
}

Jump to

Keyboard shortcuts

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