Documentation
¶
Index ¶
- Variables
- func HandleStorageData(hd *apic.Handlers, w http.ResponseWriter, r *http.Request)
- func HandleStorageDataCount(hd *apic.Handlers, w http.ResponseWriter, r *http.Request)
- func HandleStorageDataHistory(hd *apic.Handlers, w http.ResponseWriter, r *http.Request)
- func HandleStorageDesign(hd *apic.Handlers, w http.ResponseWriter, r *http.Request)
- func SetHandlers(hd *apic.Handlers)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HandlerPathStorageDesign = `/storage/{contract:(?i)` + ctypes.REStringAddressString + `}` HandlerPathStorageData = `/storage/{contract:(?i)` + ctypes.REStringAddressString + `}/datakey/{data_key:` + ctypes.ReSpecialCh + `}` HandlerPathStorageDataHistory = `/storage/{contract:(?i)` + ctypes.REStringAddressString + `}/datakey/{data_key:` + ctypes.ReSpecialCh + `}/history` HandlerPathStorageDataCount = `/storage/{contract:(?i)` + ctypes.REStringAddressString + `}/datacount` )
Functions ¶
func HandleStorageData ¶
func HandleStorageDataCount ¶
func HandleStorageDesign ¶
func SetHandlers ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.