Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Entrypoint ¶
Entrypoint determines the entrypoint for the service, since main.go doesn't always exist at the top level. Entrypoint will firstly look for a directory containing a .mu file (e.g. users.mu), if this isn't present it'll look for main.go in the top level of the directory and then in the cmd package (idiomatic service structure).
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package process executes a binary
|
Package process executes a binary |
|
os
Package os runs processes locally Package os runs processes locally
|
Package os runs processes locally Package os runs processes locally |
|
test
|
|
|
bar
command
Package main is used to test the local runtime, specifically the entrypoint function
|
Package main is used to test the local runtime, specifically the entrypoint function |
|
foo/cmd/bar
command
Package main is used to test the local runtime, specifically the entrypoint function
|
Package main is used to test the local runtime, specifically the entrypoint function |
|
foo/cmd/baz
command
Package main is used to test the local runtime, specifically the entrypoint function
|
Package main is used to test the local runtime, specifically the entrypoint function |
|
qux/cmd/test
command
Package main is used to test the local runtime, specifically the entrypoint function
|
Package main is used to test the local runtime, specifically the entrypoint function |
Click to show internal directories.
Click to hide internal directories.