Documentation ¶
Overview ¶
Package unassigned implements a directory server that errors out all its requests.
Index ¶
- type Server
- func (Server) Close()
- func (Server) Delete(pathName upspin.PathName) (*upspin.DirEntry, error)
- func (Server) Dial(config upspin.Config, e upspin.Endpoint) (upspin.Service, error)
- func (u Server) Endpoint() upspin.Endpoint
- func (Server) Glob(pattern string) ([]*upspin.DirEntry, error)
- func (Server) Lookup(pathName upspin.PathName) (*upspin.DirEntry, error)
- func (Server) Put(entry *upspin.DirEntry) (*upspin.DirEntry, error)
- func (Server) Watch(upspin.PathName, int64, <-chan struct{}) (<-chan upspin.Event, error)
- func (Server) WhichAccess(pathName upspin.PathName) (*upspin.DirEntry, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements upspin.DirServer.
Click to show internal directories.
Click to hide internal directories.