chore(docs): Add more godoc to important APIs#118
Conversation
2e37805 to
fa86ccf
Compare
fa86ccf to
8282264
Compare
erezrokah
left a comment
There was a problem hiding this comment.
Thanks @yevgenypats, I'm not sure all my comments makes sense so I would consider all non blocking.
I do think we should avoid docs that describe a standard operation of a get function (e.g. Name returns the name) and try to add more information when we can.
| @@ -0,0 +1,3 @@ | |||
| // Package specs specs for source and destination plugins including | |||
There was a problem hiding this comment.
I'm not sure I understand what message this comment is trying to convey
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
Thanks @erezrokah ! Yeah it was my first try def room for improvement, all comments makes sense! |
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
🚀 Looks good to me, maybe have a native English speaker cc @bbernays or @hermanschaaf look at this too |
As part of the v2 release we want to improve documentation for developers and for our plugin-sdk.
Right now we have a bit of mix-match of tutorials and docs https://www.cloudquery.io/docs/developers/sdk/provider/configuration
What we want to achieve:
There is still much more documentation to be added with some more examples but this should be a good start.
Use the following steps to ensure your PR is ready to be reviewed
go fmtto format your code 🖊golangci-lint run🚨 (install golangci-lint here)