PublicPath returns root of public part
()
| 91 | type FileSystemPublishedStorage interface { |
| 92 | // PublicPath returns root of public part |
| 93 | PublicPath() string |
| 94 | } |
| 95 | |
| 96 | // PublishedStorageProvider is a thing that returns PublishedStorage by name |
no outgoing calls