minioclient

package
v0.0.0-...-7c6bc89 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Endpoint        string `arg:"env:MINIO_ENDPOINT"`
	AccessKeyID     string `arg:"env:MINIO_ACCESS_KEY"`
	SecretAccessKey string `arg:"env:MINIO_SECRET_KEY"`
	BucketName      string `arg:"env:MINIO_BIG_MSG_BUCKET"`
}

Конфигурация модуля.

type MinioClient

type MinioClient struct {
	application.AbstractComponent
	// contains filtered or unexported fields
}

func New

func New(config *Config) *MinioClient

func (*MinioClient) DataIsProxy

func (s *MinioClient) DataIsProxy(data []byte) bool

проверка, что принятое сообщение является прокси сообщением

func (*MinioClient) Get

func (s *MinioClient) Get(key []byte) ([]byte, error)

блокирующий метод получения данных

func (*MinioClient) GetKey

func (s *MinioClient) GetKey(proxyData []byte) []byte

Получение ключа из прокси сообщения

func (*MinioClient) Put

func (s *MinioClient) Put(key []byte, data []byte) (proxydata []byte, err error)

блокирующий метод сохранения данных

func (*MinioClient) Remove

func (s *MinioClient) Remove(key []byte) error

удаление данных

func (*MinioClient) Run

func (s *MinioClient) Run(mainParams *application.MainParams) error

Запуск клиента в работу. Реализация интерфейса application.Runnable.

Jump to

Keyboard shortcuts

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