plantuml

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2024 License: MIT Imports: 4 Imported by: 0

README

go-plantuml

gp --baseurl http://localhost:8080 --format txt --algorithm deflate filepath

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PlantUMLEncoding = base64.NewEncoding("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_")

PlantUMLEncoding is the PlantUML's own base64 encoding. PlantUML's own Base64 match 0 ~ 63 to 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_

Functions

func Decode

func Decode(data string) ([]byte, error)

Decode decode encoded string to PlantUML diagram text description.

func Encode

func Encode(data []byte) (string, error)

Encode encode PlantUML diagram text description to string.

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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