Documentation
¶
Overview ¶
cache パッケージは http のキャッシュ機構を提供します.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { Trans []Tx `json:"transactions"` // contains filtered or unexported fields }
Cache は http のキャッシュ機構を提供します.
func (*Cache) GetLastTransaction ¶
GetLastTransaction は最後に作成されたトランザクションを返します.
func (*Cache) GetTransaction ¶
GetTransaction は指定されたトランザクションを返します.
Click to show internal directories.
Click to hide internal directories.