forked from TrueCloudLab/frostfs-contract
[#105] *: Add doc.go files for each contract
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
8b7d08cb08
commit
b6b3f17cd1
10 changed files with 20 additions and 0 deletions
2
alphabet/doc.go
Normal file
2
alphabet/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Alphabet contract description.
|
||||
package alphabet
|
2
audit/doc.go
Normal file
2
audit/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Audit contract description.
|
||||
package audit
|
2
balance/doc.go
Normal file
2
balance/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Balance contract description.
|
||||
package balance
|
2
container/doc.go
Normal file
2
container/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Container contract description.
|
||||
package container
|
2
neofs/doc.go
Normal file
2
neofs/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// NeoFS contract description.
|
||||
package neofs
|
2
neofsid/doc.go
Normal file
2
neofsid/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// NeoFSID contract description.
|
||||
package neofsid
|
2
netmap/doc.go
Normal file
2
netmap/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Netmap contract description.
|
||||
package netmap
|
2
processing/doc.go
Normal file
2
processing/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Processing contract description.
|
||||
package processing
|
2
proxy/doc.go
Normal file
2
proxy/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Proxy contract description.
|
||||
package proxy
|
2
reputation/doc.go
Normal file
2
reputation/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Reputaiton contract description.
|
||||
package reputation
|
Loading…
Reference in a new issue