service

package
v0.1.1-alpha Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeploymentService

type DeploymentService struct {
	Client        http.ClientType
	Configuration context.ConfigurationType
	FileHelper    helpers.FileHelperType
	TokenHelper   helpers.TokenHelperType
	// contains filtered or unexported fields
}

func (*DeploymentService) Deploy

func (s *DeploymentService) Deploy(environment string) error

type DeploymentServiceType

type DeploymentServiceType interface {
	Deploy(environment string) error
}

type LoginService

type LoginService struct {
	Client      http.ClientType
	TokenHelper helpers.TokenHelperType
}

func (*LoginService) Login

func (s *LoginService) Login(email string, password string) error

type LoginServiceType

type LoginServiceType interface {
	Login(email string, password string) error
}

type VersionService

type VersionService struct {
}

func (*VersionService) GetVersion

func (s *VersionService) GetVersion() string

Jump to

Keyboard shortcuts

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