Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultProxyService ¶
type DefaultProxyService struct {
// contains filtered or unexported fields
}
DefaultProxyService struct for management proxy repository
func NewProxyService ¶
func NewProxyService(repository domain.ProxyRepository) DefaultProxyService
NewProxyService return new DefaultProxyService
func (DefaultProxyService) GetKEY ¶
func (s DefaultProxyService) GetKEY(engine, key string) (string, error)
GetKEY get key
func (DefaultProxyService) SaveSecretKEY ¶
func (s DefaultProxyService) SaveSecretKEY(engine, key, apikey string) (string, error)
SaveSecretKEY save secret key
Click to show internal directories.
Click to hide internal directories.