Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActionWireSet = wire.NewSet( repository.NewActionRepositoryImpl, wire.Bind(new(repository.ActionRepository), new(*repository.ActionRepositoryImpl)), action.NewActionServiceImpl, wire.Bind(new(action.ActionService), new(*action.ActionServiceImpl)), resthandler.NewActionRestHandlerImpl, wire.Bind(new(resthandler.ActionRestHandler), new(*resthandler.ActionRestHandlerImpl)), router.NewActionRouterImpl, wire.Bind(new(router.ActionRouter), new(*router.ActionRouterImpl)), )
View Source
var AppWireSet = wire.NewSet( repository.NewKVStateRepositoryImpl, wire.Bind(new(repository.KVStateRepository), new(*repository.KVStateRepositoryImpl)), repository.NewTreeStateRepositoryImpl, wire.Bind(new(repository.TreeStateRepository), new(*repository.TreeStateRepositoryImpl)), repository.NewSetStateRepositoryImpl, wire.Bind(new(repository.SetStateRepository), new(*repository.SetStateRepositoryImpl)), repository.NewAppRepositoryImpl, wire.Bind(new(repository.AppRepository), new(*repository.AppRepositoryImpl)), app.NewAppServiceImpl, wire.Bind(new(app.AppService), new(*app.AppServiceImpl)), state.NewTreeStateServiceImpl, wire.Bind(new(state.TreeStateService), new(*state.TreeStateServiceImpl)), resthandler.NewAppRestHandlerImpl, wire.Bind(new(resthandler.AppRestHandler), new(*resthandler.AppRestHandlerImpl)), router.NewAppRouterImpl, wire.Bind(new(router.AppRouter), new(*router.AppRouterImpl)), )
View Source
var ResourceWireSet = wire.NewSet( repository.NewResourceRepositoryImpl, wire.Bind(new(repository.ResourceRepository), new(*repository.ResourceRepositoryImpl)), resource.NewResourceServiceImpl, wire.Bind(new(resource.ResourceService), new(*resource.ResourceServiceImpl)), resthandler.NewResourceRestHandlerImpl, wire.Bind(new(resthandler.ResourceRestHandler), new(*resthandler.ResourceRestHandlerImpl)), router.NewResourceRouterImpl, wire.Bind(new(router.ResourceRouter), new(*router.ResourceRouterImpl)), )
View Source
var RoomWireSet = wire.NewSet( room.NewRoomServiceImpl, wire.Bind(new(room.RoomService), new(*room.RoomServiceImpl)), resthandler.NewRoomRestHandlerImpl, wire.Bind(new(resthandler.RoomRestHandler), new(*resthandler.RoomRestHandlerImpl)), router.NewRoomRouterImpl, wire.Bind(new(router.RoomRouter), new(*router.RoomRouterImpl)), )
View Source
var UserWireSet = wire.NewSet( repository.NewUserRepositoryImpl, wire.Bind(new(repository.UserRepository), new(*repository.UserRepositoryImpl)), user.NewUserServiceImpl, wire.Bind(new(user.UserService), new(*user.UserServiceImpl)), user.NewAuthenticatorImpl, wire.Bind(new(user.Authenticator), new(*user.AuthenticatorImpl)), resthandler.NewUserRestHandlerImpl, wire.Bind(new(resthandler.UserRestHandler), new(*resthandler.UserRestHandlerImpl)), router.NewUserRouterImpl, wire.Bind(new(router.UserRouter), new(*router.UserRouterImpl)), )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.