More development.
More types. Fixed attribute groups in requests. Started on client. Saving data to file.
This commit is contained in:
8
server/handlegetjobs.go
Normal file
8
server/handlegetjobs.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "ippserver/packages/ipp"
|
||||
|
||||
func handleGetJobs(r *ipp.Request) *ipp.Response {
|
||||
response := ipp.NewResponse(ipp.SuccessfulOk, r.RequestId())
|
||||
return response
|
||||
}
|
||||
Reference in New Issue
Block a user