mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
Add missing godocs
This commit is contained in:
parent
911f4a464d
commit
d147dd43a3
1 changed files with 2 additions and 0 deletions
|
|
@ -13,10 +13,12 @@ import (
|
|||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
// Client provides the Glow interface to the Charm Cloud
|
||||
type Client struct {
|
||||
kv *kv.KV
|
||||
}
|
||||
|
||||
// NewClient creates a new Client with the default settings
|
||||
func NewClient() (*Client, error) {
|
||||
kv, err := kv.OpenWithDefaults("charm.sh.glow", "./data")
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue