Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ApplicationName is the task list
ApplicationName = "dcsa"
)
Variables ¶
This section is empty.
Functions ¶
func CreateServiceScheduleWorkflow ¶
func CreateServiceScheduleWorkflow(ctx workflow.Context, form *ovsproto.CreateServiceScheduleRequest, tokenString string, user *partyproto.GetAuthUserDetailsResponse, log *zap.Logger) (*ovsproto.CreateServiceScheduleResponse, error)
CreateServiceScheduleWorkflow - Create ServiceSchedule workflow
func UpdateServiceScheduleWorkflow ¶
func UpdateServiceScheduleWorkflow(ctx workflow.Context, form *ovsproto.UpdateServiceScheduleByUniversalServiceReferenceRequest, tokenString string, user *partyproto.GetAuthUserDetailsResponse, log *zap.Logger) (string, error)
UpdateServiceScheduleWorkflow - update ServiceSchedule workflow
Types ¶
type ServiceScheduleActivities ¶
type ServiceScheduleActivities struct {
ServiceScheduleServiceClient ovsproto.ServiceScheduleServiceClient
}
func (*ServiceScheduleActivities) CreateServiceScheduleActivity ¶
func (ss *ServiceScheduleActivities) CreateServiceScheduleActivity(ctx context.Context, form *ovsproto.CreateServiceScheduleRequest, tokenString string, user *partyproto.GetAuthUserDetailsResponse, log *zap.Logger) (*ovsproto.CreateServiceScheduleResponse, error)
CreateServiceScheduleActivity - Create Transport Document activity
func (*ServiceScheduleActivities) UpdateServiceScheduleActivity ¶
func (ss *ServiceScheduleActivities) UpdateServiceScheduleActivity(ctx context.Context, form *ovsproto.UpdateServiceScheduleByUniversalServiceReferenceRequest, tokenString string, user *partyproto.GetAuthUserDetailsResponse, log *zap.Logger) (string, error)
UpdateServiceScheduleActivity - update ServiceSchedule activity
Click to show internal directories.
Click to hide internal directories.