Skip to content

Commit

Permalink
fix: add missing functions for no_sgx env
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkySnow committed Apr 11, 2024
1 parent 814cce7 commit 7093657
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go-sgxvm/internal/api/lib_nosgx.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,11 @@ func Create(
func StartAttestationServer(epidAddress, dcapAddress string) error {
return nil
}

func CheckNodeStatus() error {
return nil
}

func RequestMasterKey(host string, port int, isDCAP bool) error {
return nil
}

0 comments on commit 7093657

Please sign in to comment.