stereotypes

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2019 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 ApiRestInteface

type ApiRestInteface interface {
	GetRoot() string
	GetClientRoot() string
	GetEntityPath() string
	GetEntityId() string
}

type Application

type Application interface {
	RunApplication()
	InitApplication()
}

type Component

type Component interface {
	InitComponent()
	RunComponent()
}

type Controller

type Controller interface {
	InitController()
}

type Factory

type Factory interface {
	InitFactory()
}

type Repository

type Repository interface {
	InitRepository()
}

type Router

type Router interface {
	InitRouter()
}

type Service

type Service interface {
	InitService()
}

Jump to

Keyboard shortcuts

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