package
Version:
v1.11.0
Opens a new window with list of versions in this module.
Published: Aug 30, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
AppId string `json:"app_id"`
Key string `json:"key"`
Secret string `json:"secret"`
Cluster string `json:"cluster"`
}
type UploadMessageItem struct {
Name string `json:"name"`
NodeId string `json:"node_id"`
ParentId sql.NullInt64 `json:"parent_id,omitempty"`
UploadId sql.NullString `json:"upload_id,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.