gobackend

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	specification.App
	DbPort     int
	CerbosPort int
}

func (App) AppNameCapital

func (a App) AppNameCapital() string

func (App) AppNamePackage added in v0.0.2

func (a App) AppNamePackage() string

func (App) Features

func (a App) Features() []Feature

type Feature

type Feature struct {
	specification.Feature
	Fields []models.Field
}

func (Feature) FeatureNameDBTable added in v0.0.2

func (f Feature) FeatureNameDBTable() string

func (Feature) FeatureNameGo added in v0.0.2

func (f Feature) FeatureNameGo() string

func (Feature) FeatureNameGraphQL added in v0.0.2

func (f Feature) FeatureNameGraphQL() string

func (Feature) FeatureNamePackage added in v0.0.2

func (f Feature) FeatureNamePackage() string

func (Feature) FeatureNameURL added in v0.0.2

func (f Feature) FeatureNameURL() string

func (Feature) IDField

func (f Feature) IDField() models.Field

type FeatureTemplateModel

type FeatureTemplateModel struct {
	Feature
	App
}

type GoBackendPluginApp

type GoBackendPluginApp struct {
	// contains filtered or unexported fields
}

func (*GoBackendPluginApp) Build

func (*GoBackendPluginApp) GetNextCerbosPort

func (plugin *GoBackendPluginApp) GetNextCerbosPort() int

func (*GoBackendPluginApp) GetNextDBPort

func (plugin *GoBackendPluginApp) GetNextDBPort() int

func (*GoBackendPluginApp) GetNextPortNumber

func (plugin *GoBackendPluginApp) GetNextPortNumber() int

func (GoBackendPluginApp) Name

func (GoBackendPluginApp) Name() string

func (GoBackendPluginApp) Type

func (GoBackendPluginApp) Type() string

type Plugin

type Plugin struct{}

func (Plugin) Apps

func (Plugin) Apps() []plugins.App

func (Plugin) Build

func (Plugin) Name

func (Plugin) Name() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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