-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef0dc9a
commit c89dd95
Showing
5 changed files
with
209 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- template.html --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Internal Services Test</title> | ||
</head> | ||
<body> | ||
<h1>Internal Services Test</h1> | ||
<p>This project was designed to perform a functional test on a given native Lagoon service.</p> | ||
<p>It works by:</p> | ||
<ul> | ||
<li>Receiving a request from the Lagoon service</li> | ||
<li>Performing a test on the service</li> | ||
<li>Returning the result of the test</li> | ||
</ul> | ||
<p>To check a service, use this format <mark>http://0.0.0.0:3000/{service-type}?service={service-name}</mark></p> | ||
<ul> | ||
{{range .Services}} | ||
<li><a href="/{{.Type}}?service={{.Name}}">{{.Name}}</a></li> | ||
{{end}} | ||
</ul> | ||
</body> | ||
</html> |
Oops, something went wrong.