service

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decrypt

func Decrypt(crypted []byte) ([]byte, error)

Decrypt aes encrypt

func DecryptAccount

func DecryptAccount(a *model.EncryptAccount) (res *model.OriginAccount)

DecryptAccount Decrypt Account

func Encrypt

func Encrypt(origData []byte) ([]byte, error)

Encrypt aes encrypt

func EncryptAccount

func EncryptAccount(a *model.OriginAccount) (res *model.EncryptAccount)

EncryptAccount Encrypt Account

func PKCS5Padding

func PKCS5Padding(ciphertext []byte, blockSize int) []byte

PKCS5Padding padding

func PKCS5UnPadding

func PKCS5UnPadding(origData []byte) []byte

PKCS5UnPadding unpadding

Types

type Service

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

Service service.

func New

func New(c *conf.Config) (s *Service)

New new a service instance.

func (*Service) Close

func (s *Service) Close() (err error)

Close close service, including databus and outer service.

func (*Service) Ping

func (s *Service) Ping(c context.Context) (err error)

Ping check server ok.

Jump to

Keyboard shortcuts

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