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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InetAtoN

func InetAtoN(ip string) int64

InetAtoN convert ip addr to int64.

func InetNtoA

func InetNtoA(ip int64) string

InetNtoA convert int64 to ip addr .

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) CBCDecrypt

func (s *Service) CBCDecrypt(crypted []byte) ([]byte, error)

CBCDecrypt aes cbc decrypt

func (*Service) CBCEncrypt

func (s *Service) CBCEncrypt(origData []byte) ([]byte, error)

CBCEncrypt aes cbc encrypt

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