Go to file
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
.gitignore new file: .gitignore 2024-08-25 12:55:41 -04:00
db.go Scope adustments 2024-08-26 02:14:20 -04:00
functions.go modified: functions.go 2024-08-28 23:15:42 -04:00
go.mod new file: anvilssh.go 2024-08-25 17:08:17 -04:00
go.sum new file: anvilssh.go 2024-08-25 17:08:17 -04:00
interfaces.go Cleaned up methods 2024-08-26 03:39:43 -04:00
main.go modified: functions.go 2024-08-28 23:15:42 -04:00
methods.go modified: functions.go 2024-08-28 23:15:42 -04:00
models.go Trying struct literals and other methods of value setting. 2024-08-25 22:46:44 -04:00
README.md Add README.md 2024-08-24 01:24:47 -04:00
ssh.go Scope adustments 2024-08-26 02:14:20 -04:00
types.go modified: functions.go 2024-08-28 23:15:42 -04:00

Overview

This is intended to be the client api for a forthcoming anvil terraform provider