gsterjov / go-libsecret

A native go library that manages secrets via the freedesktop.org Secret Service DBus API
MIT License
14 stars 9 forks source link

Documentation #4

Open johnnybubonic opened 2 years ago

johnnybubonic commented 2 years ago

The upstream libsecret docs are obtuse and hard to navigate at best, and because this library is completely undocumented it makes it hard to determine behaviour unless one reads the source.

Please document types and functions so that they render at https://pkg.go.dev/github.com/gsterjov/go-libsecret.

johnnybubonic commented 2 years ago

Note for anyone coming here:

I have forked this library as r00t2.io/gosecret (GitHub mirror as github.com/johnnybubonic/gosecret) and rewritten it (I maintain two branches; v0 for backwards-compat and v1 and onwards for a much-improved API). Among such improvements are:

Please feel free to let me know if it serves your purposes better.