Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnotherStructInPkg ¶
type AnotherStructInPkg struct { Name string Name2 *string Surname string Age []int Route float32 Asip AnotherStructInPkg2 Asip2 *AnotherStructInPkg2 // contains filtered or unexported fields }
type AnotherStructInPkg2 ¶
type AnotherStructInPkg2 struct { Route float32 // contains filtered or unexported fields }
type SomeStructInPkg ¶
type SomeStructInPkg struct { Name string Name2 *string Surname string Age int Route float32 Consumer AnotherStructInPkg Consumer2 *AnotherStructInPkg // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.