Skip to content

Commit

Permalink
integration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Oct 8, 2020
1 parent fc5a748 commit f6f9c1e
Show file tree
Hide file tree
Showing 3 changed files with 604 additions and 519 deletions.
4 changes: 4 additions & 0 deletions inspect/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ func Parse() ([]*Struct, error) {
omitempty = len(jsontag) == 2 && jsontag[1] == "omitempty"
jsonName = jsontag[0]

if jsonName == "-" {
continue
}

for _, tag := range strings.Split(tag.Get("tdproto"), ",") {
if tag == "readonly" {
readonly = true
Expand Down
Loading

0 comments on commit f6f9c1e

Please sign in to comment.