Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlannerService ¶
type PlannerService struct { platform.UnimplementedPlannerServiceServer RegexPool *regexpool.Pool Logger *zap.Logger }
func NewPlannerService ¶
func NewPlannerService(logger *zap.Logger) *PlannerService
NewPlannerService creates a new planService.
func (*PlannerService) BuildPlan ¶
func (ps *PlannerService) BuildPlan(ctx context.Context, in *platform.BuildPlanRequest) (*platform.BuildPlanResponse, error)
func (*PlannerService) Register ¶
func (a *PlannerService) Register(server *grpc.Server)
Register registers all handling of this service into the specified gRPC server.
Click to show internal directories.
Click to hide internal directories.