Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/distr1/distri
/ types & classes
Types & classes
154 in github.com/distr1/distri
⨍
Functions
1,075
◇
Types & classes
154
↓ 5 callers
TypeAlias
Inode
inode contains a block number + offset within that block.
internal/squashfs/writer.go:27
↓ 4 callers
TypeAlias
DistriRootDir
DistriRoot is the root directory of where the distri repository was checked out.
internal/env/env.go:16
↓ 1 callers
Struct
dir
internal/fuse/fuse.go:334
Struct
Build
pb/build.pb.go:886
Interface
BuildClient
BuildClient is the client API for Build service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/go
pb/builder/builder.pb.go:455
Struct
BuildProgress
pb/builder/builder.pb.go:237
Struct
BuildRequest
pb/builder/builder.pb.go:174
Interface
BuildServer
BuildServer is the server API for Build service.
pb/builder/builder.pb.go:588
Struct
BuildStep
pb/build.pb.go:30
Interface
Build_BuildClient
pb/builder/builder.pb.go:538
Interface
Build_BuildServer
pb/builder/builder.pb.go:666
Struct
Build_Cbuilder
pb/build.pb.go:1160
Struct
Build_Cmakebuilder
pb/build.pb.go:1165
Struct
Build_Gobuilder
pb/build.pb.go:1192
Struct
Build_Gomodbuilder
pb/build.pb.go:1185
Struct
Build_Mesonbuilder
pb/build.pb.go:1170
Struct
Build_Perlbuilder
pb/build.pb.go:1175
Struct
Build_Pythonbuilder
pb/build.pb.go:1180
Interface
Build_RetrieveClient
pb/builder/builder.pb.go:570
Interface
Build_RetrieveServer
pb/builder/builder.pb.go:687
Interface
Build_StoreClient
pb/builder/builder.pb.go:498
Interface
Build_StoreServer
pb/builder/builder.pb.go:636
Struct
CBuilder
pb/build.pb.go:78
Struct
CMakeBuilder
pb/build.pb.go:154
Struct
CheckResult
sentinel CheckResult encapsulates the result of an upstream check, i.e. the latest remote version.
internal/checkupstream/check.go:32
Struct
Chunk
pb/builder/builder.pb.go:32
Struct
Claim
pb/build.pb.go:557
Struct
Ctx
Ctx is an install context, containing configuration and state.
internal/install/install.go:114
Struct
Ctx
Ctx is a batch build context, containing configuration and state.
internal/batch/batch.go:40
Struct
Directory
Directory represents a SquashFS directory.
internal/squashfs/writer.go:546
Struct
ErrNotFound
internal/repo/reader.go:21
Interface
FUSEClient
FUSEClient is the client API for FUSE service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/goog
pb/fusectl.pb.go:440
Interface
FUSEServer
FUSEServer is the server API for FUSE service.
pb/fusectl.pb.go:487
Struct
FileInfo
internal/squashfs/reader.go:499
Struct
FileNotFoundError
internal/squashfs/reader.go:317
Struct
GoBuilder
pb/build.pb.go:377
Struct
GomodBuilder
pb/build.pb.go:339
Struct
Install
pb/build.pb.go:447
Struct
Install_Cap
pb/build.pb.go:1326
Struct
Install_Chmod
pb/build.pb.go:1268
Struct
Install_File
pb/build.pb.go:1381
Struct
Install_Rename
pb/build.pb.go:1436
Struct
Install_Symlink
pb/build.pb.go:1211
Struct
LoopInfo64
TODO: get this into x/sys/unix
cmd/distri/pack.go:746
Struct
MesonBuilder
pb/build.pb.go:203
Struct
Meta
pb/meta.pb.go:28
Struct
MirrorMeta
pb/mirrormeta.pb.go:28
Struct
MirrorMeta_Package
pb/mirrormeta.pb.go:75
Struct
MkdirAllReply
pb/fusectl.pb.go:155
Struct
MkdirAllRequest
pb/fusectl.pb.go:108
Struct
PackageVersion
PackageVersion describes one released version of a package. It is assumed that files never change in the archive, but may become unavailable.
version.go:10
Struct
PendingAddrfd
internal/addrfd/addrfd.go:13
Struct
PendingEvent
internal/trace/trace.go:164
Struct
PerlBuilder
pb/build.pb.go:252
Struct
PingReply
pb/fusectl.pb.go:70
Struct
PingRequest
pb/fusectl.pb.go:32
Struct
Pull
pb/build.pb.go:795
Struct
PythonBuilder
pb/build.pb.go:301
Struct
Reader
internal/squashfs/reader.go:20
Struct
RegexpReplaceAll
pb/build.pb.go:740
Struct
Repo
distri.go:3
Struct
RetrieveRequest
pb/builder/builder.pb.go:127
Struct
ScanPackagesReply
pb/fusectl.pb.go:231
Struct
ScanPackagesRequest
pb/fusectl.pb.go:193
Struct
SplitPackage
pb/build.pb.go:615
Struct
StoreResponse
pb/builder/builder.pb.go:89
Struct
UnimplementedBuildServer
UnimplementedBuildServer can be embedded to have forward compatible implementations.
pb/builder/builder.pb.go:615
Struct
UnimplementedFUSEServer
UnimplementedFUSEServer can be embedded to have forward compatible implementations.
pb/fusectl.pb.go:499
Struct
Union
pb/build.pb.go:682
Struct
Writer
internal/squashfs/writer.go:459
Struct
Xattr
internal/squashfs/writer.go:389
Struct
autobuilder
cmd/autobuilder/autobuilder.go:129
Struct
blockReader
internal/squashfs/reader.go:49
Struct
blockdev
cmd/distri/pack_test.go:19
Struct
bootstrapStep
cmd/distri/bootstrap.go:15
Struct
bootstrapctx
bootstrap.go:15
Struct
buildBuildClient
pb/builder/builder.pb.go:543
Struct
buildBuildServer
pb/builder/builder.pb.go:671
Struct
buildClient
pb/builder/builder.pb.go:481
Struct
buildResult
internal/batch/batch.go:263
Struct
buildRetrieveClient
pb/builder/builder.pb.go:575
Struct
buildRetrieveServer
pb/builder/builder.pb.go:692
Struct
buildStoreClient
pb/builder/builder.pb.go:504
Struct
buildStoreServer
pb/builder/builder.pb.go:642
Struct
buildctx
cmd/autobuilder/autobuilder.go:38
Struct
buildsrv
cmd/distri/builder.go:34
Struct
bumpctx
cmd/distri/bump.go:89
Struct
bumpnode
cmd/distri/bump.go:100
Struct
cachedMetadata
cmd/distri-repobrowser/cache.go:16
Struct
capData
cmd/distri/caps.go:16
Struct
capHeader
from linux/include/uapi/linux/capability.h
cmd/distri/caps.go:11
Struct
caps
cmd/distri/caps.go:22
Struct
check
internal/checkupstream/check.go:38
Struct
checker
cmd/distri-checkupstream/checkupstream.go:20
Struct
closeFuncReadCloser
internal/repo/reader.go:59
Struct
cmd
cmd/distri/distri.go:117
Struct
cpioFile
cmd/distri/initrd.go:40
Struct
devInodeHeader
chrdevType and blkdevType https://dr-emann.github.io/squashfs/squashfs.html#_device_special_files
internal/squashfs/writer.go:237
Struct
dirEntry
https://dr-emann.github.io/squashfs/squashfs.html#_directory_table
internal/squashfs/writer.go:350
Struct
dirHeader
https://dr-emann.github.io/squashfs/squashfs.html#_directory_table
internal/squashfs/writer.go:327
next →
1–100 of 154, ranked by callers