Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func NewEx ¶
func NewEx(t http.RoundTripper) Client
func (Client) ListPrefix ¶
func (rsf Client) ListPrefix(l rpc.Logger, bucket, prefix, marker string, limit int) (entries []ListItem, markerOut string, err error)
---------------------------------------------------------- 1. 首次请求 marker = "" 2. 无论 err 值如何,均应该先看 entries 是否有内容 3. 如果后续没有更多数据,err 返回 EOF,markerOut 返回 ""(但不通过该特征来判断是否结束)
Click to show internal directories.
Click to hide internal directories.