()
| 41 | ) |
| 42 | |
| 43 | func init() { |
| 44 | defaultChannel, _ = proto.Marshal(&pb.Channel{ |
| 45 | Type: pb.ChanType_Sys, |
| 46 | Code: pb.ChanCode_Uncategorized, |
| 47 | }) |
| 48 | timelineChannel, _ = proto.Marshal(&pb.Channel{ |
| 49 | Type: pb.ChanType_Sys, |
| 50 | Code: pb.ChanCode_TimeSets, |
| 51 | }) |
| 52 | } |
| 53 | |
| 54 | // InitDB with DSN |
| 55 | func InitDB(dsn string) (DB, error) { |