Standardize package name

This commit is contained in:
digimint 2024-06-24 22:29:50 -05:00
parent df2e7495c7
commit 86b247c481
Signed by: digimint
GPG key ID: 8DF1C6FD85ABF748
11 changed files with 13 additions and 3 deletions

View file

@ -15,9 +15,9 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package gay.creatures.unit_ca5
import db.DatabaseLayer
import twitch.api.UserAuthenticationCredential
import slick.jdbc.PostgresProfile

View file

@ -15,10 +15,11 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package gay.creatures.unit_ca5
package db
import modules.uac.UACModule
import modules.executor.ExecutorModule
import db.modules.uac.UACModule
import db.modules.executor.ExecutorModule
import scala.concurrent.Future
import slick.jdbc.JdbcProfile

View file

@ -15,6 +15,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package gay.creatures.unit_ca5
package db.internal
class NotFoundException extends Throwable

View file

@ -15,6 +15,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package gay.creatures.unit_ca5
package db.modules
import slick.dbio.DBIO

View file

@ -15,6 +15,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package gay.creatures.unit_ca5
package db.modules.executor
import slick.jdbc.JdbcProfile

View file

@ -15,6 +15,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package gay.creatures.unit_ca5
package db.modules.uac
import db.internal.NotFoundException

View file

@ -15,6 +15,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package gay.creatures.unit_ca5
package db.modules.uac
import db.modules.DatabaseModule

View file

@ -15,6 +15,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package gay.creatures.unit_ca5
package db.modules.uac
import db.modules.uac.UACSchema

View file

@ -15,6 +15,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package gay.creatures.unit_ca5
package db.modules.uac
import twitch.api.TwitchUID

View file

@ -15,6 +15,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package gay.creatures.unit_ca5
package twitch.api
/**

View file

@ -15,6 +15,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package gay.creatures.unit_ca5
package twitch.api
import java.time.Instant