Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigService ¶
type ConfigService interface {
GetConfig() Config
}
type EmailService ¶
type ValidationService ¶
type ValidationService interface { ValidateActivity(ctx context.Context, activity string, actNameConfig string) bool CleanString(str string) (newStr string) CleanFields(courseName, weekDay, times, date, complexName, availableSpaces string) (courseNameCleaned, weekDayCleaned, timesCleaned, daysCleaned, complexNameCleaned, availableSpacesCleaned string) ParseDate(dates string) time.Time }
Click to show internal directories.
Click to hide internal directories.