-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
8 changed files
with
17 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: '3' | ||
services: | ||
sut: | ||
build: . | ||
entrypoint: [""] | ||
command: ["/app/container-test.sh"] |
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 |
---|---|---|
@@ -1,40 +1,4 @@ | ||
/* | ||
One or two sentence synopsis of the package... | ||
# Overview | ||
One or two paragraph overview of the package... | ||
(This page describes the nature of the individual package.) | ||
More information at https://github.com/senzing-garage/observe | ||
# Another Header | ||
Details of the package... | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit... | ||
# Examples | ||
The examples given here should be specific to the package. | ||
Examples of use can be seen in the examplepackage_test.go files. | ||
package main | ||
import ( | ||
fmt | ||
"github.com/senzing-garage/observe/examplepackage" | ||
) | ||
func main() { | ||
ctx := context.TODO() | ||
testObject := &ExamplePackageImpl{ | ||
Something: "I'm here", | ||
} | ||
err := testObject.SaySomething(ctx) | ||
if err != nil { | ||
fmt.Println("whoops") | ||
} | ||
} | ||
Package observer is the implementation of the observe command. | ||
*/ | ||
package observer |
Empty file.
Empty file.