Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InvalidInputError ¶
type InvalidInputError struct {
// contains filtered or unexported fields
}
func (*InvalidInputError) Error ¶
func (e *InvalidInputError) Error() string
type ObjectFactory ¶
type ObjectFactory interface {
Create(v interface{}) error
}
Top level interface
import (
. "github.com/leakingtapan/rof-go"
)
func main() {
var v int
err := Create(&v)
}
type UnknownTypeError ¶
type UnknownTypeError struct {
// contains filtered or unexported fields
}
func (*UnknownTypeError) Error ¶
func (e *UnknownTypeError) Error() string
Click to show internal directories.
Click to hide internal directories.