Documentation ¶
Overview ¶
Package ibdistribution
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Ll = IBDistribution{"ll"} Spl = IBDistribution{"spl"} )
Functions ¶
This section is empty.
Types ¶
type IBDistribution ¶
type IBDistribution struct {
Name string
}
func (IBDistribution) MarshalText ¶
func (i IBDistribution) MarshalText() (text []byte, err error)
func (IBDistribution) String ¶
func (i IBDistribution) String() string
func (*IBDistribution) UnmarshalText ¶
func (i *IBDistribution) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.