dto

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2021 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 Config

type Config struct {
	Imports  []string  `json:"imports"`
	Defaults Defaults  `json:"defaults"`
	Packages []Package `json:"packages"`
}

type Defaults

type Defaults struct {
	Pointer bool `json:"pointer"`
	Public  bool `json:"public"`
}

type Env

type Env struct {
	Module  string `json:"module"`
	Package string `json:"package"`
}

type Package

type Package struct {
	Name     string    `json:"name"`
	Services []Service `json:"services"`
}

type Service

type Service struct {
	Name      string   `json:"name"`
	Factory   []string `json:"factory"`
	Arguments []string `json:"arguments"`
	Pointer   *bool    `json:"pointer"`
	Public    *bool    `json:"public"`
}

Jump to

Keyboard shortcuts

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