added form and db support
This commit is contained in:
parent
5e4bc3ada7
commit
ddb4469501
9 changed files with 504 additions and 48 deletions
|
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
|||
|
||||
package calendar;
|
||||
|
||||
option go_package = "calendar";
|
||||
option go_package = "git.skdevstudios.com/SK-Development-Studios/GoCalTui/calendar";
|
||||
|
||||
message Event {
|
||||
string title = 1;
|
||||
|
|
@ -12,4 +12,6 @@ message Event {
|
|||
int32 day = 5;
|
||||
int32 start_hour = 6;
|
||||
int32 end_hour = 7;
|
||||
string color = 8;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue