aboutsummaryrefslogtreecommitdiff
path: root/type_test.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor types and documentationRasmus Dahlberg2020-10-301-10/+4
| | | | | | Structured files a bit better, added more documentation, switched to pointers as default (unless specifically motivated not to do so), and encapsulated TLS (un)marshaling for the respective types that use it.
* refactored type.goRasmus Dahlberg2020-10-231-14/+5
| | | | | Moved structures for in/out HTTP data into reqres.go and added basic doc comments. A few minor edits as well to make things consistent.
* added StFormat, StItem, and basic ChecksumV1 examplesRasmus Dahlberg2020-10-211-0/+56