Documentation
¶
Overview ¶
Texcのサーバーインスタンスです.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TexcServiceServer ¶
type TexcServiceServer struct { pb.TexcServiceServer Timeout time.Duration // タイムアウト時間 BlockSize int64 // 送信時のブロックサイズ // contains filtered or unexported fields }
Texcのサーバーインスタンス
func NewTexcServiceServer ¶
func NewTexcServiceServer(config *TexcServiceServerConfig) (*TexcServiceServer, error)
Texcのサーバーインスタンスを作成します
func (*TexcServiceServer) Sync ¶
func (sv *TexcServiceServer) Sync(stream pb.TexcService_SyncServer) error
呼びだされるSync関数
type TexcServiceServerConfig ¶
Click to show internal directories.
Click to hide internal directories.