Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullLogic ¶
func NewPullLogic ¶
func NewPullLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PullLogic
func (*PullLogic) Pull ¶
func (l *PullLogic) Pull(in *msg.PullRequest) (*msg.PullResponse, error)
type UploadLogic ¶
func NewUploadLogic ¶
func NewUploadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UploadLogic
func (*UploadLogic) Upload ¶
func (l *UploadLogic) Upload(in *msg.UploadRequest) (*msg.UploadResponse, error)
Click to show internal directories.
Click to hide internal directories.