MCPcopy Create free account

hub / github.com/bazil/bazil / types & classes

Types & classes236 in github.com/bazil/bazil

↓ 4 callersTypeAliasID
peer/peer.go:12
↓ 4 callersTypeAliasPeer
A Peer is a replica that may create new versions of the tracked data. Peers are identified by small unsigned integers, for efficiency.
fs/clock/clock.go:21
↓ 3 callersTypeAliasEpoch
Epoch is a logical clock timestamp. Time 0 is never valid.
fs/clock/clock.go:27
↓ 2 callersTypeAliasAbsPath
AbsPath returns a flag.Value that wraps the given string and sets it to an absolute path.
cliutil/flagx/abspath.go:11
↓ 2 callersInterfaceFlagParser
FlagParser is implemented by commands that wish to process their arguments before subcommand traversal continues. The typical way to implement this i
cliutil/subcommands/iface.go:13
↓ 1 callersTypeAliasAction
Action is a suggested action to take to combine two data items. The zero value of Action is not valid.
fs/clock/clock.go:194
↓ 1 callersTypeAliasDescription
Description contains a short description of the command it is embedded in.
cliutil/subcommands/usage.go:5
↓ 1 callersTypeAliasOverview
Overview contains one or more paragraphs of text giving an overview of the command.
cliutil/subcommands/usage.go:42
↓ 1 callersTypeAliasPublicKey
peer/peer.go:14
↓ 1 callersTypeAliasSynopsis
Synopsis contains a synopsis snippet, a short summary of the arguments that can be passed in. To show multiple alternative calling conventions, use S
cliutil/subcommands/usage.go:31
↓ 1 callersTypeAliascommandSorter
cliutil/subcommands/shell.go:20
StructApp
server/server.go:27
TypeAliasAppOption
server/options.go:5
StructAuth
util/grpcedtls/auth.go:33
StructAuthenticator
util/grpcedtls/auth.go:18
StructBadKeySizeError
BadKeySizeError is passed to panic if NewKey is called with input that is not KeySize long.
cas/key.go:26
StructBlob
Blob is a container for arbitrary size data (byte sequence), constructed from lower-level Chunks.
cas/blobs/blobs.go:66
StructChunk
Chunk is a chunk of data, to be stored in a CAS. A Chunk is assumed to be small enough to fit fully in memory in a single contiguous range of bytes.
cas/chunks/chunks.go:14
StructClock
Clock is a logical clock. The zero value is a valid empty clock, but most callers should call Create to get the creation time set up.
fs/clock/clock.go:51
StructClockNotFoundError
db/volumeClock.go:11
StructControl
server/control/server.go:13
InterfaceControlClient
ControlClient is the client API for Control service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.or
server/control/wire/control.pb.go:139
InterfaceControlServer
ControlServer is the server API for Control service.
server/control/wire/control.pb.go:271
StructConvergent
kv/untrusted/untrusted.go:14
StructCorruptError
kv/untrusted/untrusted.go:88
StructCountReader
fs/fstestutil/countreader.go:8
StructCryptoKeys
server/key.go:13
StructDB
DB provides abstracted access to the Bolt database used by the server.
db/db.go:12
InterfaceDescriptionGetter
DescriptionGetter is used to give a short description of the command when showing a list of subcommands. The typical way to implement this is to embe
cliutil/subcommands/iface.go:53
StructDir
peer/wire/peer.pb.go:627
StructDir
fs/snap/wire/snap.pb.go:151
StructDir
Dir is a directory stored fully in the database, not persisted in objects.
fs/wire/dirent.pb.go:168
StructDir
util/tempdir/tempdir.go:10
StructDirEntry
db/volumeDir.go:187
StructDirent
peer/wire/peer.pb.go:477
StructDirent
please upgrade the proto package
fs/snap/wire/snap.pb.go:24
StructDirent
please upgrade the proto package
fs/wire/dirent.pb.go:24
StructDirent_Dir
peer/wire/peer.pb.go:530
StructDirent_Dir
fs/snap/wire/snap.pb.go:75
StructDirent_Dir
fs/wire/dirent.pb.go:76
StructDirent_File
peer/wire/peer.pb.go:526
StructDirent_File
fs/snap/wire/snap.pb.go:71
StructDirent_File
fs/wire/dirent.pb.go:72
StructDirent_Tombstone
peer/wire/peer.pb.go:534
StructDirent_Tombstone
fs/wire/dirent.pb.go:80
StructDirs
db/volumeDir.go:13
StructDirsCursor
db/volumeDir.go:153
StructErrMissingCommand
ErrMissingCommand indicates that a subcommand is needed but was not seen in the arguments.
cliutil/subcommands/shell.go:86
StructErrMissingMandatoryArg
ErrMissingMandatoryArg indicates that a mandatory argument is missing.
cliutil/positional/parse.go:19
StructErrTooManyArgs
ErrTooManyArgs indicates that there were too many arguments.
cliutil/positional/parse.go:11
StructFS
fs/snap/serve_test.go:22
StructFile
peer/wire/peer.pb.go:588
StructFile
fs/snap/wire/snap.pb.go:112
StructFile
fs/wire/dirent.pb.go:127
InterfaceFlagSetter
FlagSetter is used to recognize a flag.FlagSet (even when embedded in a struct). It is used to disable the undesired behavior of the flag library: to
cliutil/subcommands/iface.go:22
FuncTypeHandler
func(ctx context.Context, key cas.Key, typ string, level uint8) ([]byte, error)
cas/chunks/chunkutil/makechunk.go:21
StructIO
IO provides cancellable I/O operations on blobs.
cas/blobs/blobs.go:223
StructInMemory
kv/kvmock/inmem.go:9
StructInMemory
InMemory is a chunks.Store that all chunks in an in-memory map. It is intended for unit test use only.
cas/chunks/mock/inmem.go:19
StructInventory
cliutil/positional/parse_test.go:11
StructIterator
fs/snap/reader.go:49
InterfaceKV
kv/iface.go:7
StructKVFiles
kv/kvfiles/kvfiles.go:13
StructKVPeer
kv/kvpeer/kvpeer.go:13
StructKey
A Key that identifies data stored in the CAS. Keys are immutable.
cas/key.go:37
StructKeyParam
KeyParam is a wrapper for cas.Key that is compatible with the flag.Value interface, without compromising the immutability promise of Key.
cas/flagx/keyparam.go:14
StructManifest
Implementation terminology: Bytes have offsets, and chunks have indexes. Both came in global and local flavors. Byte local offsets are within a chu
cas/blobs/blobs.go:41
StructManifest
please upgrade the proto package
cas/wire/manifest.pb.go:23
StructMount
fs/fstestutil/create.go:55
StructMulti
kv/kvmulti/kvmulti.go:10
StructNeverUsed
NeverUsed is a chunks.Store meant for unit tests that don't touch the CAS, but where the API requires one.
cas/chunks/mock/never.go:12
StructNotFoundError
NotFoundError is the type of error returned by a KV when it cannot find the requested key.
kv/error.go:9
StructNotFoundError
NotFoundError is the type of error returned by a CAS when it cannot find the requested key.
cas/error.go:9
StructObjectGetRequest
peer/wire/peer.pb.go:195
StructObjectGetResponse
peer/wire/peer.pb.go:234
StructObjectPutRequest
peer/wire/peer.pb.go:116
StructObjectPutResponse
peer/wire/peer.pb.go:164
StructOptional
Optional is a marker for the point in the arguments struct where the rest of the fields are optional.
cliutil/positional/parse.go:35
InterfaceOverviewer
Overviewer is used to give an overview explanation of the command. This is displayed in the usage message after the synopsis, before options. The typ
cliutil/subcommands/iface.go:78
StructPeer
db/peer.go:152
StructPeerAddRequest
please upgrade the proto package
server/control/wire/peer.pb.go:23
StructPeerAddResponse
server/control/wire/peer.pb.go:63
InterfacePeerClient
PeerClient is the client API for Peer service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/goog
peer/wire/peer.pb.go:768
InterfacePeerClient
server/peer.go:35
StructPeerLocationSetRequest
server/control/wire/peer.pb.go:94
StructPeerLocationSetResponse
server/control/wire/peer.pb.go:142
StructPeerLocations
db/peer.go:174
InterfacePeerServer
PeerServer is the server API for Peer service.
peer/wire/peer.pb.go:901
StructPeerStorage
db/peer.go:212
StructPeerStorageAllowRequest
server/control/wire/peer.pb.go:173
StructPeerStorageAllowResponse
server/control/wire/peer.pb.go:221
StructPeerVolumeAllowRequest
server/control/wire/peer.pb.go:252
StructPeerVolumeAllowResponse
server/control/wire/peer.pb.go:300
StructPeerVolumes
db/peer.go:252
InterfacePeer_ObjectGetClient
peer/wire/peer.pb.go:842
InterfacePeer_ObjectGetServer
peer/wire/peer.pb.go:985
InterfacePeer_ObjectPutClient
peer/wire/peer.pb.go:802
InterfacePeer_ObjectPutServer
peer/wire/peer.pb.go:955
InterfacePeer_VolumeSyncPullClient
peer/wire/peer.pb.go:883
InterfacePeer_VolumeSyncPullServer
peer/wire/peer.pb.go:1024
next →1–100 of 236, ranked by callers