Versions in this module Expand all Collapse all v0 v0.1.0 Jun 20, 2024 Changes in this version + type EmptyResponse = preview.EmptyResponse + type PreviewRequest = preview.PreviewRequest + type PreviewResponse = preview.PreviewResponse + type PreviewService interface + PreviewStart func(ctx context.Context, in *PreviewRequest, opts ...grpc.CallOption) (*PreviewResponse, error) + PreviewStop func(ctx context.Context, in *StopPreviewRequest, opts ...grpc.CallOption) (*EmptyResponse, error) + func NewPreviewService(cli zrpc.Client) PreviewService + type StopPreviewRequest = preview.StopPreviewRequest