tool

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PushHttp

func PushHttp(url string, headers map[string]string, jsonData string) (string, error)

Types

type AESCipher

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

func NewAESCipher

func NewAESCipher(key string) *AESCipher

func (*AESCipher) Decrypt

func (c *AESCipher) Decrypt(ciphertext string) (string, error)

func (*AESCipher) Encrypt

func (c *AESCipher) Encrypt(plaintext string) (string, error)

Jump to

Keyboard shortcuts

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