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: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decrypt

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

Decrypt aes encrypt

func Encrypt

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

Encrypt aes encrypt

func InetAtoN

func InetAtoN(ip string) int64

InetAtoN .

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 service

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