Created
September 11, 2019 14:33
-
-
Save kanzitelli/febe9a4726ce736affdf5c743e34d2f7 to your computer and use it in GitHub Desktop.
DB/seeds.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package db | |
// FillSeedsInformation <function> | |
// is used to fill information that needed before usage of news endpoint | |
func (s Service) FillSeedsInformation() { | |
s.fillNewsSources() | |
s.fillNewsTypes() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment