14 lines
376 B
Go
14 lines
376 B
Go
package cloud
|
|
|
|
import blocks "bsm/full/protobuf"
|
|
|
|
type Empty = blocks.Empty
|
|
type FetchRequest = blocks.FetchRequest
|
|
type IdentRequest = blocks.IdentRequest
|
|
type StatusReply = blocks.StatusReply
|
|
type IDRequest = blocks.IDRequest
|
|
type IDListRequest = blocks.IDListRequest
|
|
type StdIicuds = blocks.StdIicuds
|
|
type StdPassport = blocks.StdPassport
|
|
type CloudBase = blocks.CloudBase
|