Mike Holloway
f8385e173d
Endpoints field for Host struct
3 months ago
Mike Holloway
a2252170db
Merge conflict resolved.
3 months ago
Mike Holloway
a734197c54
modified: functions.go
...
Added some structure to client requests
modified: main.go
AddEndpoint method properly using interface
See https://www.ardanlabs.com/blog/2014/05/methods-interfaces-and-embedded-types.html
modified: methods.go
AddEndpoint using reflect.TypeOf
modified: types.go
3 months ago
Mike Holloway
a57ffd6ece
Cleaned up methods
3 months ago
Mike Holloway
09c1bd44c9
Scope adustments
3 months ago
Mike Holloway
2f56639f5b
Trying struct literals and other methods of value setting.
3 months ago
Mike Holloway
84155e8590
Renaming vars
3 months ago
Mike Holloway
2f095a8928
new file: anvilssh.go
...
Testing Anvil ssh struct
modified: go.mod
modified: go.sum
modified: main.go
modified: models.go
Challenge: storing AuthorizedKey record as ssh datatype
3 months ago
Mike Holloway
5bbe08ded5
new file: .gitignore
...
delve debug, vim swap files
new file: anvildb.go
ConnectAnvilDB func
modified: main.go
Moving things around, investigating interface references
modified: models.go
Removed previous AnvilDB, AnvilData struct work
3 months ago
Mike Holloway
b886c39ac9
go fmt
3 months ago
Mike Holloway
ff6de84731
Basic error handling test
3 months ago
Mike Holloway
e7140478de
Add README.md
3 months ago
Mike Holloway
47ac953dc9
Initial commit
...
new file: go.mod
fmt, database,postgres, bun ORM
new file: go.sum
new file: main.go
Debug output for data structure work
new file: models.go
Structs for table entries, miniflux as test
3 months ago