Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectOptions ¶
type ConnectOptions struct {
Url string
}
type Convert ¶ added in v0.0.6
type Convert struct {
// contains filtered or unexported fields
}
func NewConvertClient ¶ added in v0.0.6
func NewConvertClient(c *ConnectOptions) (*Convert, error)
type DocuValue ¶ added in v0.0.5
type DocuValue struct {
Type DocuValueType
Key string
Value DocuValueRaw
}
type DocuValueRaw ¶ added in v0.0.5
type DocuValueRaw = interface{}
type DocuValueType ¶ added in v0.0.5
type DocuValueType pb.DocuValueType
const DocuValueTypeImage DocuValueType = 1
const DocuValueTypeText DocuValueType = 0
type Word ¶
type Word struct {
// contains filtered or unexported fields
}
func NewWordClient ¶
func NewWordClient(c *ConnectOptions) (*Word, error)
func (*Word) Apply ¶
func (w *Word) Apply(req *WordApplyReq) (*WordApplyRes, error)
type WordApplyReq ¶
type WordApplyRes ¶
type WordApplyRes struct {
Docu []byte
}
Click to show internal directories.
Click to hide internal directories.