Commit Graph

15 Commits

Author SHA1 Message Date
Mike Holloway
0952d68381 Formatting 2024-08-29 03:21:27 -04:00
Mike Holloway
ef318b10e5 modified: functions.go
OpenSSH, OpenHTTP functions
modified:   main.go
	Client instantiation work
2024-08-29 03:15:13 -04:00
Mike Holloway
f8385e173d Endpoints field for Host struct 2024-08-28 23:41:56 -04:00
Mike Holloway
a2252170db Merge conflict resolved. 2024-08-28 23:31:57 -04:00
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
2024-08-28 23:15:42 -04:00
Mike Holloway
a57ffd6ece Cleaned up methods 2024-08-26 03:39:43 -04:00
Mike Holloway
09c1bd44c9 Scope adustments 2024-08-26 02:14:20 -04:00
Mike Holloway
2f56639f5b Trying struct literals and other methods of value setting. 2024-08-25 22:46:44 -04:00
Mike Holloway
84155e8590 Renaming vars 2024-08-25 17:11:39 -04:00
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
2024-08-25 17:08:17 -04:00
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
2024-08-25 12:55:41 -04:00
Mike Holloway
b886c39ac9 go fmt 2024-08-24 23:12:58 -04:00
Mike Holloway
ff6de84731 Basic error handling test 2024-08-24 21:26:59 -04:00
Mike Holloway
e7140478de Add README.md 2024-08-24 01:24:47 -04:00
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
2024-08-24 01:22:16 -04:00