Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Foo ¶
type Foo struct {
// contains filtered or unexported fields
}
func (Foo) F2_Maybe ¶
func (x Foo) F2_Maybe() MaybeString
type Foo__Content ¶
type Foo__Content struct { Modifiers _Foo__bitfield // shoot -- this symbol has to be exported too, then? or can we do enough with builders? F1 String // `ipldsch:"String"` F2 String // `ipldsch:"optional String"` F3 String // `ipldsch:"optional nullable String"` F4 String // `ipldsch:"nullable String"` }
func (Foo__Content) Build ¶
func (d Foo__Content) Build() Foo
type MaybeString ¶
type MaybeString struct {
// contains filtered or unexported fields
}
func (MaybeString) Must ¶
func (x MaybeString) Must() String
Click to show internal directories.
Click to hide internal directories.