mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Package descriptions for godoc
This commit is contained in:
parent
b3c2ffc96a
commit
446b21c568
2
auto/doc.go
Normal file
2
auto/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Package auto contains auto generated files for web assets.
|
||||||
|
package auto
|
@ -1,3 +1,4 @@
|
|||||||
|
// Package buffers manages a set of reusable byte buffers.
|
||||||
package buffers
|
package buffers
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Package cid provides a manager for mappings between node ID:s and connection ID:s.
|
||||||
package cid
|
package cid
|
||||||
|
|
||||||
type Map struct {
|
type Map struct {
|
||||||
|
2
discover/doc.go
Normal file
2
discover/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Package discover implements the node discovery protocol.
|
||||||
|
package discover
|
@ -1,3 +1,4 @@
|
|||||||
|
// Package fileset provides a set type to track local/remote files with newness checks.
|
||||||
package fileset
|
package fileset
|
||||||
|
|
||||||
import "sync"
|
import "sync"
|
||||||
|
2
protocol/doc.go
Normal file
2
protocol/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Package protocol implements the Block Exchange Protocol.
|
||||||
|
package protocol
|
2
scanner/doc.go
Normal file
2
scanner/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Package scanner implements a file system scanner and hasher.
|
||||||
|
package scanner
|
2
xdr/doc.go
Normal file
2
xdr/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Package xdr implements an XDR (RFC 4506) encoder/decoder.
|
||||||
|
package xdr
|
Loading…
Reference in New Issue
Block a user