mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-04 00:14:55 +08:00
Added base64 support
This commit is contained in:
@@ -13,6 +13,7 @@ const (
|
||||
YamlInputFormat = 1 << iota
|
||||
XMLInputFormat
|
||||
PropertiesInputFormat
|
||||
Base64InputFormat
|
||||
)
|
||||
|
||||
type Decoder interface {
|
||||
|
||||
Reference in New Issue
Block a user