MCPcopy
hub / github.com/OpenListTeam/OpenList / ILanZou

Struct ILanZou

drivers/ilanzou/driver.go:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type ILanZou struct {
27 model.Storage
28 Addition
29
30 userID string
31 account string
32 upClient *resty.Client
33 conf Conf
34 config driver.Config
35}
36
37func (d *ILanZou) Config() driver.Config {
38 return d.config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected