service

package
v0.0.0-...-290676b Latest Latest
Warning

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

Go to latest
Published: May 8, 2020 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigService

type ConfigService interface {
	Save(request *restful.Request, response *restful.Response)
	Poll(request *restful.Request, response *restful.Response)
	AddOrUpdate(request *restful.Request, response *restful.Response)
	Delete(request *restful.Request, response *restful.Response)
}

type ConfigServiceImpl

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

func NewConfigServiceImpl

func NewConfigServiceImpl(appRepo *repository.ApplicationRepository) *ConfigServiceImpl

func (*ConfigServiceImpl) AddOrUpdate

func (es *ConfigServiceImpl) AddOrUpdate(request *restful.Request, response *restful.Response)

func (*ConfigServiceImpl) Delete

func (es *ConfigServiceImpl) Delete(request *restful.Request, response *restful.Response)

func (*ConfigServiceImpl) Poll

func (es *ConfigServiceImpl) Poll(request *restful.Request, response *restful.Response)

func (*ConfigServiceImpl) Save

func (es *ConfigServiceImpl) Save(request *restful.Request, response *restful.Response)

type EurekaPageService

type EurekaPageService interface {
	HomePage(req *restful.Request, resp *restful.Response)
}

type EurekaPageServiceImpl

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

func NewEurekaPageServiceImpl

func NewEurekaPageServiceImpl(appRepo *repository.ApplicationRepository) *EurekaPageServiceImpl

func (*EurekaPageServiceImpl) HomePage

func (es *EurekaPageServiceImpl) HomePage(req *restful.Request, resp *restful.Response)

type EurekaServerService

type EurekaServerService interface {
	Apps(request *restful.Request, response *restful.Response)
	AppsDelta(request *restful.Request, response *restful.Response)
	Register(request *restful.Request, response *restful.Response)
	Delete(request *restful.Request, response *restful.Response)
	Renew(request *restful.Request, response *restful.Response)
	UpdateMateData(request *restful.Request, response *restful.Response)
}

type EurekaServerServiceImpl

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

func (*EurekaServerServiceImpl) Apps

func (es *EurekaServerServiceImpl) Apps(request *restful.Request, response *restful.Response)

func (*EurekaServerServiceImpl) AppsDelta

func (es *EurekaServerServiceImpl) AppsDelta(request *restful.Request, response *restful.Response)

func (*EurekaServerServiceImpl) Delete

func (es *EurekaServerServiceImpl) Delete(request *restful.Request, response *restful.Response)

func (*EurekaServerServiceImpl) InitCustomAppFromConfigMap

func (es *EurekaServerServiceImpl) InitCustomAppFromConfigMap()

func (*EurekaServerServiceImpl) Register

func (es *EurekaServerServiceImpl) Register(request *restful.Request, response *restful.Response)

func (*EurekaServerServiceImpl) Renew

func (es *EurekaServerServiceImpl) Renew(request *restful.Request, response *restful.Response)

func (*EurekaServerServiceImpl) StorageCustomAppToConfigMap

func (es *EurekaServerServiceImpl) StorageCustomAppToConfigMap(instance *entity.Instance) error

func (*EurekaServerServiceImpl) StoreCustomApp

func (es *EurekaServerServiceImpl) StoreCustomApp(instance *entity.Instance) error

func (*EurekaServerServiceImpl) UpdateMateData

func (es *EurekaServerServiceImpl) UpdateMateData(request *restful.Request, response *restful.Response)

Jump to

Keyboard shortcuts

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