package
0.40.0-beta
Repository: https://github.com/instill-ai/pipeline-backend.git
Documentation: pkg.go.dev

# README


title: "Base64" lang: "en-US" draft: false description: "Learn about how to set up a VDP Base64 component https://github.com/instill-ai/instill-core"

The Base64 component is an operator component that allows users to encode or decode a string in Base64 format. It can carry out the following tasks:

Release Stage

Alpha

Configuration

The component definition and tasks are defined in the definition.json and tasks.json files respectively.

Supported Tasks

Encode

Encode data into base64 string

InputIDTypeDescription
Task ID (required)taskstringTASK_ENCODE
Data (required)datastringData to be encoded
OutputIDTypeDescription
DatadatastringData

Decode

Decode the base64 string.

InputIDTypeDescription
Task ID (required)taskstringTASK_DECODE
Data (required)datastringBase64 string to be decoded
OutputIDTypeDescription
DatadatastringData

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author