package
0.0.0-20240126003334-126e10baf849
Repository: https://github.com/gravestench/dark-magic.git
Documentation: pkg.go.dev
# README
Template service
The purpose of this Service Mesh service is ...
Dependencies
This service has dependencies on all other Diablo2 file-loader services:
Integration with other services
This service integrates with the following services:
This service exports an integration interface IsFoo
with an alias
Dependencncy
which are intended to be used by other services for dependency
resolution (see servicemesh.HasDependencies), and expose just the methods which
other services should use.
type Dependency = Foo
type IsFoo interface {
Foo()
}
Lua service integration
Describe how this service integrates with the lua service (this is just an example).
You should show an example of the lua API usage:
data = assets.load("/data/global/ui/Loading/loadingscreen.dc6")